Merge branch 'oban-notifier' into 'develop'
Change Oban Notifier to Oban.Notifiers.PG See merge request pleroma/pleroma!4386
This commit is contained in:
commit
adce9f572b
2 changed files with 2 additions and 0 deletions
1
changelog.d/oban-notifier.change
Normal file
1
changelog.d/oban-notifier.change
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Oban Notifier was changed to Oban.Notifiers.PG for performance and scalability benefits
|
||||||
|
|
@ -590,6 +590,7 @@ config :pleroma, Pleroma.User,
|
||||||
# value or it cannot enforce uniqueness.
|
# value or it cannot enforce uniqueness.
|
||||||
config :pleroma, Oban,
|
config :pleroma, Oban,
|
||||||
repo: Pleroma.Repo,
|
repo: Pleroma.Repo,
|
||||||
|
notifier: Oban.Notifiers.PG,
|
||||||
log: false,
|
log: false,
|
||||||
queues: [
|
queues: [
|
||||||
activity_expiration: 10,
|
activity_expiration: 10,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue