EctoJobScheduler.JobInfo (ecto_job_scheduler v1.3.0) View Source

Metadata about EctoJob

Link to this section Summary

Link to this section Types

Specs

t() :: %EctoJobScheduler.JobInfo{
  attempt: integer(),
  job_queue: any(),
  max_attempts: integer(),
  multi: Ecto.Multi.t()
}

Link to this section Functions