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 8be3779 commit 617249bCopy full SHA for 617249b
messenger.rst
@@ -1044,6 +1044,12 @@ and should not be retried. If you throw
1044
:class:`Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException`,
1045
the message will not be retried.
1046
1047
+.. note::
1048
+
1049
+ Messages that will not be retried, will still show up in the configured failure transport.
1050
+ If you want to avoid that, consider handling the error yourself and let the handler
1051
+ successfully end.
1052
1053
Forcing Retrying
1054
~~~~~~~~~~~~~~~~
1055
0 commit comments