SuperCron
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body

If you want to use this module, your options are:
- Work on the issue in this module's queue to fix the bug which includes contribution from the module maintainer and others
- Choose another module instead
- Fix the module and then contact the security team to have your version reviewed and the project handed over to you following the abandoned project process
- Hire someone to fix the security bug so the module can be re-published (see this guide on how to hire a Drupal site developer)
SuperCron is a complete replacement for Drupal's built-in Cron functionality. It allows you to:
- See the list of all Cron hooks found in the enabled modules
- Change the order in which cron hooks are called
- Disable certain hooks
- Run the tasks you choose in parallel, so that cron tasks will be executed all at once rather than one after the other
- Identify the exceptions raised by individual hooks
- Call hooks individually on demand (great for identifying problems)
- Keep executing cron hooks that follow an exception, limiting the damage to only one module
- Measure the time it takes for a cron hook to execute (we display the last call timings and the average timings)
- Capture any output generated by the hooks
- Change the way Cron behaves when the site is under load (this optional feature requires Throttle to be enabled)
- Limit the IP addresses that may be allowed to call your cron scripts
The project is sponsored by 63reasons We are available for custom work.
Try out 2.0 !
This is a major, major release for SuperCron; the whole 63reasons team put a lot of effort into making this *the* cron tool for Drupal. Here's what you get:
- The interface is now completely refreshed by AJAX, so you can see your cron tasks executing in real time
- You can now schedule cron calls independently so that, for example, the Update cron hook is only invoked on Mondays ! (if you previously used Elysia Cron, SuperCron will keep your settings as you upgrade)
- There is a new safety mechanism that will still let cron run if your cron daemon dies !
- You can get an RSS feed of your errors to keep track of the health of one or more sites
- Our new Autocron feature is a built-in replacement for Poormanscron for those without a crontab service; this allows us to serve you better without having to coordinate fixes across modules
- There is now a whole page dedicated to helping you install and configure your own crontab settings
- Your crontab can now execute individual cron tasks independently of the other ones
- Interactive diagnostics tells you how to fix the configuration issues most often reported with SuperCron
- You can now put your supercron.php file anywhere you like, including below the web root, for the ultimate in DDOS safety !
- ... and tons of safety, convenience and performance enhancements.
Pls. let us know your experience with 2.0 soon, so that we can release it knowing that everyone is thrilled with it.
Refactoring Completed
The 2.x feature set has been refactored, but still requires some testing from a variety of environments. We are using a new approach for code organization that will let us use the same core code for D6 and D7, which will help with simultaneous maintenance going forward. The new approach also takes us away from using features in D6 (out of order bootstrap execution) which have caused a lot of issues with the first release. The resulting code is easier to read, easier to maintain, portable, more compact and faster. Not a bad outcome at all.
2.0 is really 2.0 beta. Please help us test it from top to bottom (on development or test sites, not in prod). When it is perfect we'll make it the recommended update.