Skip to content

Commit 795148e

Browse files
committed
Minor tweaks
1 parent de022ed commit 795148e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

messenger.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,9 +1172,7 @@ to retry them:
11721172
# see details about a specific failure
11731173
$ php bin/console messenger:failed:show 20 -vv
11741174
1175-
# view and retry messages one-by-one
1176-
# for each message the command asks whether the message should be retried,
1177-
# skipped or deleted
1175+
# for each message, this command asks whether to retry, skip, or delete
11781176
$ php bin/console messenger:failed:retry -vv
11791177
11801178
# retry specific messages
@@ -1195,8 +1193,8 @@ retry has been hit, the message will be discarded permanently.
11951193

11961194
.. versionadded:: 7.2
11971195

1198-
The possibility to skip a message in the `messenger:failed:retry`
1199-
command was introduced in Symfony 7.2
1196+
The option to skip a message in the ``messenger:failed:retry`` command was
1197+
introduced in Symfony 7.2
12001198

12011199
Multiple Failed Transports
12021200
~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)