Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.

Project information