Bolt v0.1.9 Bolt.JobStore View Source

Link to this section Summary

Functions

Get the number of failed jobs for this queue

Gets the details of a given failed job id

Get the latest set of failed jobs for this queue

GenServer handler for getting the details of a given failed job

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 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 failed_count(queue_name) View Source

Get the number of failed jobs for this queue.

Link to this function failed_details(queue_name, job_id) View Source

Gets the details of a given failed job id.

Get the latest set of failed jobs for this queue.

Link to this function finish(queue_name, job_id) View Source
Link to this function handle_call(msg, from, state) View Source

GenServer handler for getting the details of a given failed job

Link to this function remaining_count(queue_name) 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