From 1a1d4a2b64c76425f4d0c61906593b0cbb6b29ac Mon Sep 17 00:00:00 2001 From: Alexis Urien Date: Thu, 16 Jun 2022 15:39:20 +0200 Subject: [PATCH] Add an info about redeliver_timeout (doctrine) Had the case with a multi hour job :-) --- messenger.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/messenger.rst b/messenger.rst index 65941a449f5..77c0e8bcf4e 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1361,6 +1361,11 @@ auto_setup Whether the table should be created automatically during send / get. true ================== ===================================== ====================== + +.. note:: + + ``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. + .. versionadded:: 5.1 The ability to leverage PostgreSQL's LISTEN/NOTIFY was introduced