Skip to content

Commit

Permalink
[Messenger] Describe the options of the messenger:failed:retry command
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Oct 2, 2024
1 parent 2dd2e82 commit 6e2045a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,8 @@ to retry them:
$ php bin/console messenger:failed:show 20 -vv
# view and retry messages one-by-one
# for each message the command asks whether the message should be retried,
# skipped or deleted
$ php bin/console messenger:failed:retry -vv
# retry specific messages
Expand All @@ -1191,6 +1193,11 @@ If the message fails again, it will be re-sent back to the failure transport
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max
retry has been hit, the message will be discarded permanently.

.. versionadded:: 7.2

The possibility to skip a message in the `messenger:failed:retry`
command was introduced in Symfony 7.2

Multiple Failed Transports
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 6e2045a

Please sign in to comment.