Skip to content

Commit 39fba95

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Messenger] Add an info about redeliver_timeout (doctrine)
2 parents 12eee45 + 37b1226 commit 39fba95

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
@@ -1293,6 +1293,12 @@ auto_setup Whether the table should be created
12931293
automatically during send / get. true
12941294
================== ===================================== ======================
12951295

1296+
.. note::
1297+
1298+
Set ``redeliver_timeout`` to a greater value than your slowest message
1299+
duration. Otherwise, some messages will start a second time while the
1300+
first one is still being handled.
1301+
12961302
When using PostgreSQL, you have access to the following options to leverage
12971303
the `LISTEN/NOTIFY`_ feature. This allow for a more performant approach
12981304
than the default polling behavior of the Doctrine transport because

0 commit comments

Comments
 (0)