Add Oban
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
# General application configuration
|
||||
import Config
|
||||
|
||||
config :tradex, Oban,
|
||||
engine: Oban.Engines.Basic,
|
||||
notifier: Oban.Notifiers.Postgres,
|
||||
queues: [default: 10],
|
||||
repo: Tradex.Repo
|
||||
|
||||
config :tradex,
|
||||
ecto_repos: [Tradex.Repo],
|
||||
generators: [timestamp_type: :utc_datetime]
|
||||
|
Reference in New Issue
Block a user