We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To be changed before Oban 3.0:
scheduled_at
drain_queue/1
Oban.Migrations
:discard
{:discard, reason}
crontab
Oban.Queue.BasicEngine
Oban.Plugins.Stager
Oban.PostgresNotifier
Oban.Peers.Postgres
circuit_backoff
DYNO
log
ecto_log
repo_log
query_log
Repeater
Gossip
⚠️ This is for tracking purposes as we have no intention of releasing 3.0 soon. Please do not send PRs!
The text was updated successfully, but these errors were encountered:
Adding some context,
The discarded state is for internal use and should strictly mean when a job exhausts all retries. Cancelled is the appropriate state instead.
Sorry, something went wrong.
No branches or pull requests
To be changed before Oban 3.0:
Defaults
scheduled_at
as unique timestamp by defaultNormalization
drain_queue/1
(discard => discarded, success => completed, etc.)Oban.Migrations
aliasConfig
:discard
and{:discard, reason}
return valuescrontab
optionOban.Queue.BasicEngine
nameOban.Plugins.Stager
configOban.PostgresNotifier
nameOban.Peers.Postgres
namecircuit_backoff
optionDYNO
for node namelog
toecto_log
,repo_log
, orquery_log
Plugins
Repeater
pluginGossip
pluginSchema / Database
Queue
Telemetry
The text was updated successfully, but these errors were encountered: