Skip to content

Commit de022ed

Browse files
committed
minor #20288 [Messenger] Describe the options of the messenger:failed:retry command (W0rma)
This PR was merged into the 7.2 branch. Discussion ---------- [Messenger] Describe the options of the messenger:failed:retry command Closes #20264 Commits ------- 6e2045a [Messenger] Describe the options of the messenger:failed:retry command
2 parents 695d66e + 6e2045a commit de022ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

messenger.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,8 @@ to retry them:
11731173
$ php bin/console messenger:failed:show 20 -vv
11741174
11751175
# view and retry messages one-by-one
1176+
# for each message the command asks whether the message should be retried,
1177+
# skipped or deleted
11761178
$ php bin/console messenger:failed:retry -vv
11771179
11781180
# retry specific messages
@@ -1191,6 +1193,11 @@ If the message fails again, it will be re-sent back to the failure transport
11911193
due to the normal :ref:`retry rules <messenger-retries-failures>`. Once the max
11921194
retry has been hit, the message will be discarded permanently.
11931195

1196+
.. versionadded:: 7.2
1197+
1198+
The possibility to skip a message in the `messenger:failed:retry`
1199+
command was introduced in Symfony 7.2
1200+
11941201
Multiple Failed Transports
11951202
~~~~~~~~~~~~~~~~~~~~~~~~~~
11961203

0 commit comments

Comments
 (0)