How Often To Run Cron

tourguide's picture

What is the consensus on how often to run a Cron job for a website? The site does not get indexed or aggregated feeds don't get updated till it runs, among other things. CDMUG.org currently has Cron running every 24hours. Any thoughts or client request come to mind?

derby's picture

The cron.php is public and doesn't need authentication to run AFAIK.

I use wget in my crontab on my linux box at home. This way I can control all my drupal sites' cron with one crontab.

--
your new great idea is already someone's full time income.

matthew's picture

The frequency of cron depends on the necessity of having the site indexed. If you have an active forum, you will want it indexed frequently for functionality such as searching. If you have a catalog of items and items are only added once a week, then the cron is only needed once a week. If you have RSS feeds or aggregated data, you will probably want your cron updated every hour. Again, cron realy varies from site to site.

What do you use for cron? wget ? lynx? I usually always use wget.

If any drupal test drivers need cron jobs setup. Let me know, I can set it up for you.

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.