View Source QuantumStorageEcto.Job (Quantum Storage Ecto v0.1.0)
Ecto compatible type for a Quantum.Job
Summary
Types
An Ecto representation of a Quantum.Job
Types
@type t() :: %QuantumStorageEcto.Job{ __meta__: Ecto.Schema.Metadata.t(), inserted_at: NaiveDateTime.t(), name: atom() | reference(), overlap: boolean(), run_strategy: binary(), schedule: Crontab.CronExpression.t(), state: Quantum.Job.state(), task: binary(), timezone: atom(), updated_at: NaiveDateTime.t() }
An Ecto representation of a Quantum.Job