CRON Limit

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
Was this answer helpful?

Related Articles

How do I modify the inbox size within cPanel?

When you successfully create mail account in cPanel, the default quota will be assigned to the...

How do I block an IP address using cPanel?

If you want to prevent an IP address or a whole range of IP addresses from accessing your site,...

After suspension, my databases are not working

If you are getting the following message; "Error establishing a database connection", this is a...

Does my hosting account have a file count (inode) limit?

All hosting accounts / providers have some sort of file count limit. The file count limit to...

How do I obtain Raw Access Logs?

Raw Access Logs are logs that are going to give you the most information about your sites...