Oban.Worker.backoff
You're seeing just the callback
backoff
, go back to Oban.Worker module for more information.
Specs
backoff(job :: Oban.Job.t()) :: pos_integer()
Calculate the execution backoff.
In this context backoff specifies the number of seconds to wait before retrying a failed job.
Defaults to an exponential algorithm with a minimum delay of 15 seconds and a small amount of jitter.