WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Configuring cron job for Drupal

Submitted by barnettech on Tue, 11/24/2009 - 12:36

http://drupal.org/cron

"In the following example, the crontab command shown below will activate the cron tasks automatically on the hour:

0 * * * * wget -O - -q -t 1 http://www.example.com/cron.php

"