Jump to content

Cpanel Quirks


fletch

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...