#Development

Articles

Drupal Cron Jobs

A cron job is a OS task that runs routinely on a timer. Drupal has some tasks that need to run periodically. See hook_cron() in...

Issues