Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Lets imagine my situation (it\'s fake, of course)... I have web-site that have 1000 active users. I need to do some stuff that will be slow (database clean-up, backups) etc.. For example, it may take
Can I schedul开发者_运维百科e job in cron format so that it runs every 30 minutes from 6:30 am to 11:30, every day? How?I think you will need 2 lines to achieve what you need:
I want to update some stuff in my database everyday at 16:00. So I use crontab which execute command whi开发者_运维问答ch run my file.php which run the update. It works perfectly when I execute the c
I have a bash script that monitors the jobs in a cluster from the output of the LSF queueing system command \"bqueues\". The script开发者_开发百科 runs fine. Now I wanted to create a crontab entry tha
So, I\'m running a simple cron task on heroku. However, it does not work. I keep getting this in the log :
I have a site where users are uploading files with a form and it posts and its great, but one customer insists on using FTP instead.I have determined three options for handling this, and I was wonderi
I\'m not sure if this should be achieved using cron job or rake task. There is this large zipped file (250MB+) that is provided by third-party, that is updated weekly. I can\'t be downloading it to m
A simple question about Crontab, does it matter where I save crontab files? (creating the time-dependent jobs using crontab -e) or can they be read from any directory?
I know there have been plenty of questions about this, but I\'ve been trying things for a while with no luck. I have a simple python testscript that creates a folder with a timestamped name. It works