Verk.QueueManager (Verk v1.7.3) View Source
QueueManager interacts with redis to dequeue jobs from the specified queue.
Link to this section Summary
Functions
Acknowledges 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.
Enqueues inprogress jobs back to the queue.
Connects to redis.
Removes 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
Acknowledges 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.
Enqueues inprogress jobs back to the queue.
Connects to redis.
Removes a malformed job from the inprogress queue.
Specs
Returns the atom that represents the QueueManager of the queue.
Add job to be retried in the assigned queue.