Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Delayed Job doesn\'t seem to suit开发者_Python百科 me as it, well, delays the job. I want to kick off a job every 5 minutes on my Rails app. Is this possible on Heroku?
This question already has answers here: Closed 11 years ago. Possible Duplicate: How can I determine if a python script is executed from cr开发者_运维知识库ontab?
how to create rake ta开发者_如何学Gosk for heroku pgbackups:capture --expire and call this task to the cron job try this https://github.com/joemsak/heroku_backup_task
I have a php file that calls exec() on a c++ exe.When the .exe is finishing running I need to run the php file again,repeat .
I set up a cron jo开发者_开发技巧b on my Ubuntu server. Basically, I just want this job to call a php page on an other server. This php page will then clean up some stuff in a database. So I tought it
I am trying to create a program that will set up a crontab to run a program that checks the server\'s health. Is there a way to create a new crontab without any user input? I\'ve tried a bunch of ambi
dear friends i have a jcl program that uses PCO program .I want to schedule it every minute using crontab .i have don开发者_高级运维e the entry in cronntab like below
I\'m trying to create a system that will automatically reply to an email that is sent to a particular address. But this is not开发者_如何学JAVA just a simple autoreply like the ones one would send whi
I currently have this huge and slow code that takes forever to run.... Im in the process of refactoring it to make it somewhat more readable and overall provide a faster experience...