Skip to content

Commit 84cd35a

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Minor tweak Clarify that RecoverableMessageHandlingException retryDelay is milliseconds
2 parents 3eb6e3f + 0146da1 commit 84cd35a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,9 +1189,9 @@ and must be retried. If you throw
11891189
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
11901190
the message will always be retried infinitely and ``max_retries`` setting will be ignored.
11911191

1192-
You can define a custom retry delay (e.g., to use the value from the ``Retry-After``
1193-
header in an HTTP response) by setting the ``retryDelay`` argument in the
1194-
constructor of the ``RecoverableMessageHandlingException``.
1192+
You can define a custom retry delay in milliseconds (e.g., to use the value from
1193+
the ``Retry-After`` header in an HTTP response) by setting the ``retryDelay``
1194+
argument in the constructor of the ``RecoverableMessageHandlingException``.
11951195

11961196
.. _messenger-failure-transport:
11971197

0 commit comments

Comments
 (0)