Waiting queue

Categories

Component ID

1025154

Component name

Waiting queue

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

4619

Component created

Component changed

Component body

Simple Drupal module intended to make it easy to run a queue with workers that wait indefinitely for jobs.

Such worker processes should be managed by something like Supervisord. Writing daemons should always be avoided, mkay?