commit: 8e0f73e45c9807fcf65e4d0b7d81a050b1a706a0
parent b1c201d1c02971679f8528f39fdf782403cb789b
Author: Mark Felder <feld@feld.me>
Date: Mon, 28 Jul 2025 17:18:56 -0700
Change Oban Notifier to Oban.Notifiers.PG
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,