Skip to content

Commit

Permalink
Note that tradeoffs exist here (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanl authored Oct 30, 2024
1 parent b875852 commit 204fa2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/oban/notifier.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ defmodule Oban.Notifier do
Every Oban supervision tree contains a notifier process, registered as `Oban.Notifier`, which is
an implementation of the `Oban.Notifier` behaviour.
Choosing a notifer comes with some tradeoffs; see each module for details.
* `Oban.Notifiers.Postgres` — A Postgres notifier that uses `LISTEN/NOTIFY` to broadcast
messages.
Expand Down

0 comments on commit 204fa2e

Please sign in to comment.