Skip to content

Commit 2e636e0

Browse files
committed
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.
1 parent c836a4b commit 2e636e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ The transport has a number of options:
16011601

16021602
.. note::
16031603

1604-
Set ``redeliver_timeout`` to a greater value than your slowest message
1604+
Set ``redeliver_timeout`` to a greater value than your longest message
16051605
duration. Otherwise, some messages will start a second time while the
16061606
first one is still being handled.
16071607

0 commit comments

Comments
 (0)