Oban.Worker.timeout
You're seeing just the callback
timeout
, go back to Oban.Worker module for more information.
Specs
timeout(job :: Oban.Job.t()) :: :infinity | pos_integer()
Set a job's maximum execution time in milliseconds.
Jobs that exceed the time limit are considered a failure and may be retried.
Defaults to :infinity
.