File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
12011199Multiple Failed Transports
12021200~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments