Skip to content

Commit d9e3ec2

Browse files
committed
minor #21173 [Messenger] Fix confusing wording about redeliver_timeout duration (OskarStark)
This PR was merged into the 6.4 branch. Discussion ---------- [Messenger] Fix confusing wording about `redeliver_timeout` duration Fix #20963 Changed "slowest message duration" to "longest message duration" to clarify that redeliver_timeout should be greater than the maximum processing time of any message. Commits ------- dd45539 Fix confusing wording about redeliver_timeout duration
2 parents 47a16e9 + dd45539 commit d9e3ec2

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)