Skip to content

Commit 0146da1

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Minor tweak Clarify that RecoverableMessageHandlingException retryDelay is milliseconds
2 parents c9a3654 + 2ae6014 commit 0146da1

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
@@ -1219,9 +1219,9 @@ and must be retried. If you throw
12191219
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
12201220
the message will always be retried infinitely and ``max_retries`` setting will be ignored.
12211221

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

12261226
.. versionadded:: 7.2
12271227

0 commit comments

Comments
 (0)