Posted: January 10th, 2013 by
Cron is a powerful core feature of drupal which provides the ability to have modules run heavy tasks on the website’s background. Any module can use this feature by implementing the hook_cron() function. Many contributed modules use this for implementing tasks such as mailing out newsletters, cleaning logs and importing dynamic material to the website. [...]
