cron stops running when processing multiple items

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-05-13T16:30:19Z Indexed on 2010/05/13 16:34 UTC
Read the original article Hit count: 167

Filed under:
|

Cron stops running (no visible error) after a few hours when I add more than 5 jobs in my cron tab.

Each job runs every minute (polls a webpage for information which takes 1 second). I tried putting all of my php jobs in a shell script and called this shell script instead but the same problem occurs. Cron stops running, no error in the log file, no error email sent out either.

Anyone encountered this before? Where/how canI debug this?

© Stack Overflow or respective owner

Related posts about cron

Related posts about crontab