Skip to content

Commit a8c382a

Browse files
authored
simplify
1 parent c9d21da commit a8c382a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

messenger.rst

+2-6
Original file line numberDiff line numberDiff line change
@@ -1134,12 +1134,8 @@ and must be retried. If you throw
11341134
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
11351135
the message will always be retried infinitely and ``max_retries`` setting will be ignored.
11361136

1137-
Retry with a specific delay
1138-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
1139-
1140-
Sometimes you may want to override retry delay form the retry strategy. You can achieve this
1141-
using by providing it in the exception, using the ``getRetryDelay()`` method from any
1142-
exception extending :class:`Symfony\\Component\\Messenger\\Exception\\RecoverableExceptionInterface`.
1137+
If you want to override retry delay form the retry strategy. You can achieve this
1138+
using by providing it in the exception, using the ``getRetryDelay()`` method from :class:`Symfony\\Component\\Messenger\\Exception\\RecoverableExceptionInterface`.
11431139

11441140
.. versionadded:: 7.2
11451141

0 commit comments

Comments
 (0)