Verk v1.4.0 Verk.QueueManager
QueueManager interacts with redis to dequeue jobs from the specified queue.
Link to this section Summary
Functions
Acknowledge that a job was processed
Returns a specification to start this module under a supervisor
Pop a job from the assigned queue and reply with it if not empty
Enqueue inprogress jobs back to the queue
Connect to redis
Remove a malformed job from the inprogress queue
Returns the atom that represents the QueueManager of the queue
Add job to be retried in the assigned queue
Link to this section Functions
Acknowledge that a job was processed
Returns a specification to start this module under a supervisor.
See Supervisor
.
Pop a job from the assigned queue and reply with it if not empty
Enqueue inprogress jobs back to the queue
Connect to redis
Remove a malformed job from the inprogress queue
Returns the atom that represents the QueueManager of the queue
Add job to be retried in the assigned queue