Skip to content

Commit

Permalink
[Messenger] Document issue between LISTEN/NOTIFY and prioritized tran…
Browse files Browse the repository at this point in the history
…sports

symfony/symfony#58574

PostgreSQL LISTEN/NOTIFY feature should not be used with prioritized transports
  • Loading branch information
benito103e authored and Benjamin Dieleman committed Oct 18, 2024
1 parent 0ad1225 commit 35d455d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,11 @@ in the table.
``use_notify`` (default: ``true``)
Whether to use LISTEN/NOTIFY.

.. note::

``use_notify`` will work incorrectly if you use "Prioritized
Transports". Disable the LISTEN/NOTIFY feature in this case.

``check_delayed_interval`` (default: ``60000``)
The interval to check for delayed messages, in milliseconds. Set to 0 to
disable checks.
Expand Down

0 comments on commit 35d455d

Please sign in to comment.