Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Dequeue a single batch for all cron queues and optionally run a number of callbacks prior to this.
This module allows you to do things like run the revision scheduler cron job every minute performantly or dequeue from the various cron queues at a higher frequency to core cron.
Example, running the revision scheduler cron job every minute:
$conf['cron_dequeue_pre_dequeue_callbacks'] = array(
'revision_scheduler_cron',
);
Then configure your server to run drush cron-dequeue every minute.
Project information
- Created by alanmackenzie on , updated
