View Source Oban.Engines.Dolphin (Oban v2.19.0)

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
)