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 9efe791 commit 9a74dceCopy full SHA for 9a74dce
messenger.rst
@@ -725,6 +725,15 @@ and should not be retried. If you throw
725
:class:`Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException`,
726
the message will not be retried.
727
728
+
729
+Forcing Retrying
730
+~~~~~~~~~~~~~~~~
731
732
+Sometimes handling a message must fail in a way that you *know* is temporary
733
+and must be retried. If you throw
734
+:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
735
+the message will always be retried.
736
737
.. _messenger-failure-transport:
738
739
Saving & Retrying Failed Messages
0 commit comments