From 8e0f73e45c9807fcf65e4d0b7d81a050b1a706a0 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Mon, 28 Jul 2025 17:18:56 -0700 Subject: [PATCH] Change Oban Notifier to Oban.Notifiers.PG --- changelog.d/oban-notifier.change | 1 + config/config.exs | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/oban-notifier.change diff --git a/changelog.d/oban-notifier.change b/changelog.d/oban-notifier.change new file mode 100644 index 000000000..a3932a165 --- /dev/null +++ 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 index 31d7258ee..ba55922ad 100644 --- 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,