commit: adce9f572b669db876c02a64f390e4502706fe7a
parent b1c201d1c02971679f8528f39fdf782403cb789b
Author: feld <feld@feld.me>
Date: Tue, 29 Jul 2025 20:54:18 +0000
Merge branch 'oban-notifier' into 'develop'
Change Oban Notifier to Oban.Notifiers.PG
See merge request pleroma/pleroma!4386
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/changelog.d/oban-notifier.change b/changelog.d/oban-notifier.change
@@ -0,0 +1 @@
+Oban Notifier was changed to Oban.Notifiers.PG for performance and scalability benefits
diff --git a/config/config.exs b/config/config.exs
@@ -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,