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:
1172
1172
# see details about a specific failure
1173
1173
$ php bin/console messenger:failed:show 20 -vv
1174
1174
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
1178
1176
$ php bin/console messenger:failed:retry -vv
1179
1177
1180
1178
# retry specific messages
@@ -1195,8 +1193,8 @@ retry has been hit, the message will be discarded permanently.
1195
1193
1196
1194
.. versionadded :: 7.2
1197
1195
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
1200
1198
1201
1199
Multiple Failed Transports
1202
1200
~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments