fletch Posted January 8, 2012 Posted January 8, 2012 Hello again, I was working on a small script that simply sends an email hourly. The script is in php and I set up a cron task to run it hourly using "php -q /home/fletch/public_html/send.php >/dev/null". I save the page, and the task stays, but if I wait a while then go back, the task is no longer there. Am I doing something wrong? Thanks! Fletch
Guest xaav Posted January 8, 2012 Posted January 8, 2012 You cannot have more than two cron jobs per day because of resource concerns. Our system will automatically detect and remove any cron jobs that run more than two times per day.
fletch Posted January 8, 2012 Author Posted January 8, 2012 I figured it would be something like that. At least this script is only something I was messing with, and not required to run hourly. Thank you very much.
Recommended Posts