View Source mix oban.install (Oban v2.19.0)
Install and configure Oban for use in an application.
Example
Install using the default Ecto repo and matching engine:
mix oban.install
Specify a SQLite3
repo and Lite
engine explicitly:
mix oban.install --repo MyApp.LiteRepo --engine Oban.Engines.Lite
Options
--engine
or-e
— Select the engine for your repo, defaults toOban.Engines.Postgres
--notifier
or-n
— Select the pubsub notifier, defaults toOban.Notifiers.Postgres
--repo
or-r
— Specify an Ecto repo for Oban to use