Skip to content
  1. Feb 25, 2011
  2. Apr 18, 2005
  3. Nov 12, 2004
  4. Oct 21, 2004
  5. Oct 19, 2004
  6. Oct 13, 2004
  7. Oct 05, 2004
  8. Oct 01, 2004
  9. Sep 30, 2004
  10. Aug 28, 2003
  11. 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