ExtraQueue

Categories

Component ID

1161070

Component name

ExtraQueue

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

ExtraQueue extends the functionality of Drupals SystemQueue implementation which resides in core since D7.

It provides an API which allows modules to peek into queue items without claiming them, count all (un)claimed items in the queue or release all claimed items at once.

Unless you are a developer and you feel constrained by what operations you may perform on a SystemQueue instance, you will not need this module.