I have a system where users come in to go through an application process that has multiple parts - sometimes users will save their progress and come back later.
I wrote a twitter scraper that I want to run indefinitely on my server in开发者_运维技巧 Python/Django. How can I make sure it always runs? I understand I can make a cronjob to start it up.
Wondered if anyone had any idea why the following problem is occurring, or had any tips where to look…I can run the shell script manually in ssh, but if I set it up to run in crontab i get the proble
I have a cronjob which commits some files every five minutes. However, it is not working anymore. It prints
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.
How can i set three cron jobs for every two days interval but not runs all. This is is my three cron job process:
Firstly, I have built PHP scripts that run as a cron job when I set it up in linux and it works fine.
I haveseveral cron jobs that run automatically, and I was requested to add a button that says \'run now\' in the browser... Is thi开发者_StackOverflows possible? Some of these cron jobs need to be exe
How can you do a cron job with php without creating a cron Job on the server cron software Is that even possible ?
(Update: apparently there are no seconds in cron jobs. However, my question now becomes: what explains the cr开发者_JAVA百科on behaving this way? Thank you)