We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458cb01 commit 82ef3e8Copy full SHA for 82ef3e8
messenger.rst
@@ -798,7 +798,7 @@ Forcing Retrying
798
Sometimes handling a message must fail in a way that you *know* is temporary
799
and must be retried. If you throw
800
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
801
-the message will always be retried.
+the message will always be retried infinitely and ``max_retries`` setting will be ignored.
802
803
.. _messenger-failure-transport:
804
0 commit comments