SuperCron

SuperCron is a complete replacement for Drupal's built-in Cron functionality. It allows you to:

  1. See the list of all Cron hooks found in the enabled modules
  2. Change the order in which cron hooks are called
  3. Disable certain hooks
  4. Run the tasks you choose in parallel, so that cron tasks will be executed all at once rather than one after the other
  5. Identify the exceptions raised by individual hooks
  6. Call hooks individually on demand (great for identifying problems)
  7. Keep executing cron hooks that follow an exception, limiting the damage to only one module
  8. Measure the time it takes for a cron hook to execute (we display the last call timings and the average timings)
  9. Capture any output generated by the hooks
  10. Change the way Cron behaves when the site is under load (this optional feature requires Throttle to be enabled)
  11. Limit the IP addresses that may be allowed to call your cron scripts

The project is sponsored by 63reasons

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.3 Download (12.67 KB) 2009-Jun-15 Notes


 
 

Drupal is a registered trademark of Dries Buytaert.