Delay queue

Component ID

1957900

Component name

Delay queue

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Provides a queue class to handle delayed, or scheduled, items.

  • 7.x-1.x branch extends the core system queue. Adding an additional 'delayed' queue for timed items.
  • 7.x-2.x branch extends advancedqueue using the status column to add an additional value delayed.

The explanation how to use the module, the best API documentation, is the .test file.