Skip to content

Commit 37b1226

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Messenger] Add an info about redeliver_timeout (doctrine)
2 parents 20b5ab2 + 281fda0 commit 37b1226

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,12 @@ auto_setup Whether the table should be created
12511251
automatically during send / get. true
12521252
================== ===================================== ======================
12531253

1254+
.. note::
1255+
1256+
Set ``redeliver_timeout`` to a greater value than your slowest message
1257+
duration. Otherwise, some messages will start a second time while the
1258+
first one is still being handled.
1259+
12541260
When using PostgreSQL, you have access to the following options to leverage
12551261
the `LISTEN/NOTIFY`_ feature. This allow for a more performant approach
12561262
than the default polling behavior of the Doctrine transport because

0 commit comments

Comments
 (0)