Verk v0.13.4 Verk.WorkersManager
A WorkersManager assign jobs to workers from a pool (handled by poolboy) monitoring the job.
It interacts with the related QueueManager to request jobs and to schedule jobs to be retried
Summary
Functions
Create a table to monitor workers saving data about the assigned queue/pool
List information about the process that is currently running a job_id
Returns the atom that represents the WorkersManager of the queue
List running jobs
Functions
Specs
inspect_worker(binary | atom, binary) ::
{:ok, Map.t} |
{:error, :not_found}
List information about the process that is currently running a job_id
Specs
name(binary | atom) :: atom
Returns the atom that represents the WorkersManager of the queue