Verk.Queue.delete_job-exclamation-mark
You're seeing just the function
delete_job-exclamation-mark
, go back to Verk.Queue module for more information.
Specs
delete_job!( binary(), %Verk.Job{ args: term(), class: term(), created_at: term(), enqueued_at: term(), error_backtrace: term(), error_message: term(), failed_at: term(), finished_at: term(), jid: term(), max_retry_count: term(), original_json: term(), queue: term(), retried_at: term(), retry_count: term() } | binary() ) :: boolean()
Delete job from the queue
, raising if there's an error.
It returns true
if the job was found and delete.
Otherwise it returns false
.
An error will be raised if Redis failed.