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.
--class-filter
messenger:failed:remove
1 parent 26e69bd commit d355f1dCopy full SHA for d355f1d
messenger.rst
@@ -1312,6 +1312,9 @@ to retry them:
1312
# remove all messages in the failure transport
1313
$ php bin/console messenger:failed:remove --all
1314
1315
+ # remove only MyClass messages
1316
+ $ php bin/console messenger:failed:remove --class-filter='MyClass'
1317
+
1318
If the message fails again, it will be re-sent back to the failure transport
1319
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max
1320
retry has been hit, the message will be discarded permanently.
0 commit comments