Oban v0.2.0 API Reference
Modules
Oban isn't an application and won't be started automatically. It is started by a supervisor that
must be included in your application's supervision tree. All of your configuration is passed
into the Oban
supervisor, allowing you to configure Oban like the rest of your application.
A Job is an Ecto schema used for asynchronous execution.
Defines a behavior and macro to guide the creation of worker modules.