brianlange Posted August 4, 2010 Share Posted August 4, 2010 I have a cron job set up to run every day at 3am. The settings in crontab are * 3 * * * When I looked at the process list this morning there were dozens of instances of the script in the cron job. What could cause it to run multiple times? Quote Link to comment https://forums.phpfreaks.com/topic/209803-cron-job-keeps-running/ Share on other sites More sharing options...
trq Posted August 4, 2010 Share Posted August 4, 2010 * 3 * * * would execute every minute between 3:00am and 3:59am, you want 0 3 * * * Quote Link to comment https://forums.phpfreaks.com/topic/209803-cron-job-keeps-running/#findComment-1095369 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.