Skip to content

Commit 6eb91c4

Browse files
committed
minor #15784 [Messenger] Update messenger.rst (ingfdoaguirre)
This PR was squashed before being merged into the 5.3 branch. Discussion ---------- [Messenger] Update messenger.rst Is not specified that if you use Symfony\Component\Messenger\Exception\RecoverableMessageHandlingException the max_retries setting used in configuration will be ignored, and the message will be retried infinitely <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 82ef3e8 [Messenger] Update messenger.rst
2 parents 411ccb9 + 82ef3e8 commit 6eb91c4

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
@@ -798,7 +798,7 @@ Forcing Retrying
798798
Sometimes handling a message must fail in a way that you *know* is temporary
799799
and must be retried. If you throw
800800
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
801-
the message will always be retried.
801+
the message will always be retried infinitely and ``max_retries`` setting will be ignored.
802802

803803
.. _messenger-failure-transport:
804804

0 commit comments

Comments
 (0)