Bolt v0.1.6 Bolt.JobStore View Source

Link to this section Summary

Link to this section Functions

Link to this function add(queue_name, job_params) View Source
Link to this function backup_job(conn, queue_name, job_id) View Source
Link to this function failed(queue_name, job_id, error) View Source
Link to this function finish(queue_name, job_id) View Source
Link to this function remaining_count(queue_name) View Source
Link to this function remove_backup_job(conn, queue_name, job_id) View Source
Link to this function restore_backup(conn, queue_name, job_id) View Source

Moves the backed up job into the queue to be processed. This is called once on start for each of the unfinished jobs.

Link to this function resume_inprogress(queue_name) View Source