8000 [Messenger] Add an example for messenger:failed:remove with several ids · symfony/symfony-docs@3d2e176 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d2e176

Browse files
committed
[Messenger] Add an example for messenger:failed:remove with several ids
1 parent e4d8832 commit 3d2e176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,8 @@ to retry them:
712712
# retry specific messages
713713
$ php bin/console messenger:failed:retry 20 30 --force
714714
715-
# remove a message without retrying it
716-
$ php bin/console messenger:failed:remove 20
715+
# remove messages without retrying them and show each message before removing it
716+
$ php bin/console messenger:failed:remove 20 30 --show-messages
717717
718718
If the message fails again, it will be re-sent back to the failure transport
719719
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max

0 commit comments

Comments
 (0)
0