From dd45539e7255ee3b21f78fc8a7d9e5567948da5e Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 1 Jul 2025 21:34:07 +0200 Subject: [PATCH] Fix confusing wording about redeliver_timeout duration Changed "slowest message duration" to "longest message duration" to clarify that redeliver_timeout should be greater than the maximum processing time of any message. --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index cc0b13c3467..032bdde6e91 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1601,7 +1601,7 @@ The transport has a number of options: .. note:: - Set ``redeliver_timeout`` to a greater value than your slowest message + Set ``redeliver_timeout`` to a greater value than your longest message duration. Otherwise, some messages will start a second time while the first one is still being handled.