Honeydew.Job (honeydew v1.5.0) View Source

A Honeydew job.

Link to this section Summary

Link to this section Types

Specs

private() :: term()

Specs

t() :: %Honeydew.Job{
  by: term(),
  completed_at: term(),
  delay_secs: integer(),
  enqueued_at: term(),
  failure_private: term(),
  from: term(),
  job_monitor: term(),
  private: private(),
  queue: Honeydew.queue_name(),
  result: term(),
  started_at: term(),
  task: Honeydew.task() | nil
}