honeydew v1.1.5 Honeydew.Job View Source

A Honeydew job.

Link to this section Summary

Link to this section Types

Link to this type private() View Source
private() :: term()
Link to this type t() View Source
t() :: %Honeydew.Job{
  by: term(),
  completed_at: term(),
  enqueued_at: term(),
  failure_private: term(),
  from: term(),
  monitor: term(),
  private: private(),
  queue: Honeydew.queue_name(),
  result: term(),
  started_at: term(),
  task: Honeydew.task() | nil
}

Link to this section Functions

Link to this macro job(record, args) View Source (macro)