cron stops running when processing multiple items
- by James
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?