Oban.Worker.new
You're seeing just the callback
new
, go back to Oban.Worker module for more information.
Specs
new(args :: Oban.Job.args(), opts :: [Oban.Job.option()]) :: Oban.Job.changeset()
Build a job changeset for this worker with optional overrides.
See Oban.Job.new/2
for the available options.