We always try to ensure that everyone get s a fair share at using the CRON for your scripts. Below is the policy on how CRON works, and how often you can run it.
CRON Policy:
1. You are allowed maximum of 5 CRONS per account
2. CRON is limited to run every 15 mins minimum
Your CRON will be reset three times maximum if it doesn't follow this policy and will be disabled on the fourth adjustment, where you will need to contact customer support to get this released.
Please note, that all CRONS will be updated to include the "nice –n 15" in front of them. An example is listed below:
*/30 * * * * nice -n 15 /usr/bin/php /home/user/public_html/cron.php
- 1 Users Found This Useful