Skip to content
  1. Aug 28, 2003
  2. Apr 30, 2003
    • Moshe Weitzman's avatar
      A module which automatically runs the cron functions of Drupal for those who... · 4f5153a5
      Moshe Weitzman authored
      A module which automatically runs the cron functions of Drupal for those who have no access to cron, or no interest in learning its syntax.
      
      For every page view, this module checks to see if our last cron run was more than 1
      hour ago (this period is configurable). If so, the cron hooks are executed,
      and Drupal becomes happy. These cron hooks fire after all HTML is returned to the browser (uses the _exit() hook)
      so the user who kicks off the cron jobs should not notice any delay.
      4f5153a5