Skip to content

Commit 71091ea

Browse files
benito103eBenjamin Dieleman
authored and
Benjamin Dieleman
committed
[Messenger] Document issue between LISTEN/NOTIFY and prioritized transports
symfony/symfony#58574 PostgreSQL LISTEN/NOTIFY feature should not be used with prioritized transports
1 parent 89861bf commit 71091ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

messenger.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,11 @@ in the table.
16051605
``use_notify`` (default: ``true``)
16061606
Whether to use LISTEN/NOTIFY.
16071607

1608+
.. note::
1609+
1610+
``use_notify`` will work incorrectly if you use "Prioritized
1611+
Transports". Disable the LISTEN/NOTIFY feature in this case.
1612+
16081613
``check_delayed_interval`` (default: ``60000``)
16091614
The interval to check for delayed messages, in milliseconds. Set to 0 to
16101615
disable checks.

0 commit comments

Comments
 (0)