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]
|
||||
|
@@ -1,4 +1,5 @@
|
||||
import Config
|
||||
config :tradex, Oban, testing: :manual
|
||||
|
||||
# Only in tests, remove the complexity from the password hashing algorithm
|
||||
config :bcrypt_elixir, :log_rounds, 1
|
||||
|
Reference in New Issue
Block a user