Verk.Job

The Job struct

Summary

before_poison_2?()
decode!(payload)

Decode the JSON payload storing the original json as part of the struct

decode!(payload, bool)
poison_version()

Functions

before_poison_2?()
decode!(payload)

Specs:

  • decode!(binary) :: %Verk.Job{args: term, class: term, enqueued_at: term, error_backtrace: term, error_message: term, failed_at: term, finished_at: term, jid: term, original_json: term, queue: term, retried_at: term, retry_count: term}

Decode the JSON payload storing the original json as part of the struct.

decode!(payload, bool)
poison_version()