Queue UI
Component ID
700826
Component name
Queue UI
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
45463
Component created
Component changed
Component body
A user interface to viewing and managing Drupal queues created via the Queue API which began in Drupal 7.
Features:
- View queues and number of items
- Developers can define meta info about queues they create and process
- Process queue with Batch API
- Process queue during cron
- Remove leases
- Delete queue
Links:
- api.drupal.org Queue operations overview
- Original core issue #391340: Job queue API
Module development sponsored by Growing Venture Solutions, Capgemini UK and Nascom
Drupal 8
QueueUI now has an 8.x-2.x branch, and dev releases will be packaged whilst D8 evolves. The current port works with all existing base functionality, but the classes for extending the Queue Inspection to non-core classes is going to need converting to the plugin system before it can be extended by other contributed modules.
