I am trying to have a Django script run every 5 minutes via cron on my dev laptop (Mac OS X). Here is the code in the script:
I need a cron job 开发者_运维问答to run on every 15 mins in every weekday just from 8:00 to 16:00.
Hi I have multiple databases need to back up daily. Currently, I am using cronjob to set a batch file to back it up. Here are my situation, I have about 10 databases need to backup, 3 of them are grow
I wrote a simple script which mails out svn activity logs nightly to our developers.Until now, I\'ve run it on the same machine as the svn repository, so I didn\'t have to worry a开发者_Python百科bout
I have tried exporting my paths and variables and crontab still will not run my script. I\'m sure I am doing something wrong.
Is there anyway to setup simple task s开发者_Python百科cheduling inside of a rails app? There are pieces of code that I want to run every hour, or every day or every week. I don\'t want to break them
I have a mailing list page in one of my asp.net web application... I found an online web based cron to execute the url of MailingList.aspx once a day in my application...
When I try to run a script by cron I get this error messaege: /bin/sh: get: command not found I also tried it in bash shell, and I tried \'curl\', \'wget\' and \'fetch\' but non of them helped.
I want to execute a php script after every one minute in background on windows OS, for this purpose i am using windows task scheduler in which i am giving the path of a php file after choosing Interne
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.