View Source
AshOban.Schedule
(ash_oban v0.1.13)
A configured scheduled action.
Types
@type t() :: %AshOban.Schedule{
__identifier__: term(),
action: atom(),
action_input: map(),
cron: String.t(),
debug: term(),
debug?: boolean(),
max_attempts: non_neg_integer(),
name: atom(),
priority: non_neg_integer(),
queue: atom(),
worker: module()
}