File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1189,9 +1189,9 @@ and must be retried. If you throw
11891189:class: `Symfony\\ Component\\ Messenger\\ Exception\\ RecoverableMessageHandlingException `,
11901190the 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
You can’t perform that action at this time.
0 commit comments