Oban.Job.states
You're seeing just the function
states
, go back to Oban.Job module for more information.
A canonical list of all possible job states.
This may be used to build up :unique
options without duplicating states in application code.
Examples
iex> Oban.Job.states() -- [:completed, :discarded]
[:scheduled, :available, :executing, :retryable, :cancelled]