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 @@ -1203,9 +1203,9 @@ and must be retried. If you throw
12031203:class: `Symfony\\ Component\\ Messenger\\ Exception\\ RecoverableMessageHandlingException `,
12041204the message will always be retried infinitely and ``max_retries `` setting will be ignored.
12051205
1206- 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 ``.
1206+ You can define a custom retry delay in milliseconds (e.g., to use the value from
1207+ the `` Retry-After `` header in an HTTP response) by setting the ``retryDelay ``
1208+ argument in the constructor of the ``RecoverableMessageHandlingException ``.
12091209
12101210.. versionadded :: 7.2
12111211
You can’t perform that action at this time.
0 commit comments