We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca60dca commit 3b85970Copy full SHA for 3b85970
messenger.rst
@@ -1203,7 +1203,7 @@ and must be retried. If you throw
1203
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
1204
the message will always be retried infinitely and ``max_retries`` setting will be ignored.
1205
1206
-You can define a custom retry delay (e.g., to use the value from the ``Retry-After``
+You can define a custom retry delay in milliseconds (e.g., to use the value from the ``Retry-After``
1207
header in an HTTP response) by setting the ``retryDelay`` argument in the
1208
constructor of the ``RecoverableMessageHandlingException``.
1209
0 commit comments