8000 minor #12931 [Messenger] Add an example for messenger:failed:remove w… · symfony/symfony-docs@c4caf98 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4caf98

Browse files
committed
minor #12931 [Messenger] Add an example for messenger:failed:remove with several ids (nikophil)
This PR was merged into the master branch. Discussion ---------- [Messenger] Add an example for messenger:failed:remove with several ids fixes #12927 Commits ------- 3d2e176 [Messenger] Add an example for messenger:failed:remove with several ids
2 parents e87bfa2 + 3d2e176 commit c4caf98

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
@@ -717,8 +717,8 @@ to retry them:
717717
# retry specific messages
718718
$ php bin/console messenger:failed:retry 20 30 --force
719719
720-
# remove a message without retrying it
721-
$ php bin/console messenger:failed:remove 20
720+
# remove messages without retrying them and show each message before removing it
721+
$ php bin/console messenger:failed:remove 20 30 --show-messages
722722
723723
If the message fails again, it will be re-sent back to the failure transport
724724
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max

0 commit comments

Comments
 (0)
0