8000 minor #16885 [Messenger] Add an info about redeliver_timeout (doctrin… · symfony/symfony-docs@628850f · GitHub
[go: up one dir, main page]

Skip to content

Commit 628850f

Browse files
committed
minor #16885 [Messenger] Add an info about redeliver_timeout (doctrine) (axi)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Messenger] Add an info about redeliver_timeout (doctrine) Had the case with a multi hour job :-) Took me a while, maybe that can help somebody reading the doc Commits ------- 534e587 [Messenger] Add an info about redeliver_timeout (doctrine)
2 parents 460818f + 534e587 commit 628850f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

messenger.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,11 @@ auto_setup Whether the table should be created
13611361
automatically during send / get. true
13621362
================== ===================================== ======================
13631363

1364+
1365+
.. note::
1366+
1367+
``redeliver_timeout`` must be set to a greater value than your slowest message duration. Failing to do so will result in messages being started a second time while the first one is still running.
1368+
13641369
.. versionadded:: 5.1
13651370

13661371
The ability to leverage PostgreSQL's LISTEN/NOTIFY was introduced

0 commit comments

Comments
 (0)
0