Skip to content

Commit 1011737

Browse files
committed
minor #21495 [Messenger] Clarify that RecoverableMessageHandlingException retryDelay is milliseconds (melkamar)
This PR was merged into the 7.3 branch. Discussion ---------- [Messenger] Clarify that RecoverableMessageHandlingException retryDelay is milliseconds <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 3b85970 Clarify that RecoverableMessageHandlingException retryDelay is milliseconds
2 parents ca60dca + 3b85970 commit 1011737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ and must be retried. If you throw
12031203
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
12041204
the message will always be retried infinitely and ``max_retries`` setting will be ignored.
12051205

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

0 commit comments

Comments
 (0)