Skip to content

Commit 36a148f

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Messenger] Add an info about redeliver_timeout (doctrine)
2 parents 0815afe + 39fba95 commit 36a148f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,12 @@ auto_setup Whether the table should be created
13061306
automatically during send / get. true
13071307
================== ===================================== ======================
13081308

1309+
.. note::
1310+
1311+
Set ``redeliver_timeout`` to a greater value than your slowest message
1312+
duration. Otherwise, some messages will start a second time while the
1313+
first one is still being handled.
1314+
13091315
When using PostgreSQL, you have access to the following options to leverage
13101316
the `LISTEN/NOTIFY`_ feature. This allow for a more performant approach
13111317
than the default polling behavior of the Doctrine transport because

0 commit comments

Comments
 (0)