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 dd7b76e commit 529e420Copy full SHA for 529e420
messenger.rst
@@ -951,6 +951,10 @@ to retry them:
951
# remove messages without retrying them and show each message before removing it
952
$ php bin/console messenger:failed:remove 20 30 --show-messages
953
954
+.. versionadded:: 6.2
955
+
956
+ The ``--class-filter`` and ``--stats`` options were introduced in Symfony 6.2.
957
958
If the message fails again, it will be re-sent back to the failure transport
959
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max
960
retry has been hit, the message will be discarded permanently.
0 commit comments