Oban.Engines.Dolphin
(Oban v2.21.1)
View Source
An engine for running Oban with MySQL (via the MyXQL adapter).
Usage
Start an Oban instance using the Dolphin engine:
Oban.start_link(
engine: Oban.Engines.Dolphin,
queues: [default: 10],
repo: MyApp.Repo
)