ecto_job_scheduler v1.0.0 EctoJobScheduler.JobInfo View Source

Metadata about EctoJob

Link to this section Summary

Link to this section Types

Link to this type

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

Link to this section Functions