Merge branch 'oban-notifier' into 'develop'

Change Oban Notifier to Oban.Notifiers.PG

See merge request pleroma/pleroma!4386
This commit is contained in:
feld 2025-07-29 20:54:18 +00:00
commit adce9f572b
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. # 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,