Poormanscron

Uwe Hermann - September 28, 2003 - 16:45

A module which runs the Drupal cron operations without needing the cron application.

For every page view, this module checks to see if the last cron run was more than 1 hour ago (this period is configurable). If so, the cron hooks are executed, and Drupal is happy. These cron hooks fire after all HTML is returned to the browser, so the user who kicks off the cron jobs should not notice any delay.

Poormanscron 6.x-2.0

This new version is intended to be a backport of the automatic cron-running functionality in Drupal 7 (#331611: Add a poormanscron-like feature to core). This module also includes the performance improvements of #566494: Cron image does a full bootstrap on every page request (including cached ones) and only runs through an AJAX callback that is triggered via JavaScript only when necessary. This verison will be completely compatible with Drupal 7 core, so when you upgrade, you will no longer need to use this module.

Releases

Official releasesDateSizeLinksStatus
6.x-2.0-beta12009-Sep-2918.24 KBSupported for 6.xThis release is supported but is not currently the recommended release for 6.x.
6.x-1.12009-Oct-2317.56 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.22009-Oct-2313.51 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-2.x-dev2009-Nov-1718.68 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.