wuinfo logo

This module decouples selected queues from Drupal core cron execution.

Do you have big queue task that can not finish within regular cron?
This module provides an interface to detach the queue execution from cron. Provide a Drush command "drush meq"(drush mob-exe-queue) to execute the selected queue takes that were excluded from Cron. It is useful for a large site which has over a hundred of thousand of tasks in the queue, cron is not able to finish all the tasks in time. If you want to free cron from some huge queue job, and let a dedicated process take care of the queue, this module is the one. Drush have command to execute the queued task, but can not stop cron from executing the queued task.

Installation:
1) Download this module.
2) Enable this module.
3) Configure this module at /admin/config/system/mob_queue, check the queue that you want to handle with mob_queue
4) Run "drush meq 3600" every hour in the server crontab command

Supporting organizations: 

Project information

Releases