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.
2 parents e0d33aa + d482950 commit 8139d77Copy full SHA for 8139d77
messenger.rst
@@ -1065,6 +1065,12 @@ and should not be retried. If you throw
1065
:class:`Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException`,
1066
the message will not be retried.
1067
1068
+.. note::
1069
+
1070
+ Messages that will not be retried, will still show up in the configured failure transport.
1071
+ If you want to avoid that, consider handling the error yourself and let the handler
1072
+ successfully end.
1073
1074
Forcing Retrying
1075
~~~~~~~~~~~~~~~~
1076
0 commit comments