How to schedule server jobs more intelligently than with cron?

Posted by John on Server Fault See other posts from Server Fault or by John
Published on 2012-04-04T16:00:30Z Indexed on 2012/04/04 17:32 UTC
Read the original article Hit count: 147

Filed under:
|

I run a job every minute to reindex my site's content.

Today, the search engine died, and when I logged in there were hundreds of orphan processes that had been started by cron.

Is there another way using some kind of existing software that will let me execute a job every minute, but that won't launch another instance if that job doesn't return (i.e. because the search engine process has failed)?

© Server Fault or respective owner

Related posts about cron

Related posts about scheduled-task