Change Oban Notifier to Oban.Notifiers.PG

This commit is contained in:
Mark Felder 2025-07-28 17:18:56 -07:00
commit 8e0f73e45c
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Oban Notifier was changed to Oban.Notifiers.PG for performance and scalability benefits

View file

@ -590,6 +590,7 @@ config :pleroma, Pleroma.User,
# value or it cannot enforce uniqueness.
config :pleroma, Oban,
repo: Pleroma.Repo,
notifier: Oban.Notifiers.PG,
log: false,
queues: [
activity_expiration: 10,