Skip to content

Commit 529e420

Browse files
committed
Minor tweak
1 parent dd7b76e commit 529e420

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

messenger.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,10 @@ to retry them:
951951
# remove messages without retrying them and show each message before removing it
952952
$ php bin/console messenger:failed:remove 20 30 --show-messages
953953
954+
.. versionadded:: 6.2
955+
956+
The ``--class-filter`` and ``--stats`` options were introduced in Symfony 6.2.
957+
954958
If the message fails again, it will be re-sent back to the failure transport
955959
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max
956960
retry has been hit, the message will be discarded permanently.

0 commit comments

Comments
 (0)