Verk v1.4.0 Verk.ScheduleManager
The ScheduleManager looks for jobs to be retried and accept jobs to scheduled to be retried
The job is added back to the queue when it’s ready to be run or retried
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Search for scheduled jobs to be done and if removal succeeds enqueue the job
Connect to redis and timeout with the poll_interval
Link to this section Functions
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
handle_info(msg, state)
Search for scheduled jobs to be done and if removal succeeds enqueue the job
Link to this function
init(_)
Connect to redis and timeout with the poll_interval