File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -632,9 +632,12 @@ See the `Supervisor docs`_ for more details.
632
632
Retries & Failures
633
633
------------------
634
634
635
- If an exception is thrown while consuming a message from a transport it will
636
- automatically be re-sent to the transport to be tried again. By default, a message
637
- will be retried 3 times before being discarded or
635
+ If an exception is thrown while consuming a message from a transport it can
636
+ automatically be re-sent to the transport to be tried again - please check the
637
+ actual implementation of the transport you use. For example, in case of the Doctrine
638
+ the thrown exception must implement :class: `Doctrine\D BAL\E xception\R etryableException `,
639
+ otherwise the message will be lost.
640
+ By default, a message will be retried 3 times before being discarded or
638
641
:ref: `sent to the failure transport <messenger-failure-transport >`. Each retry
639
642
will also be delayed, in case the failure was due to a temporary issue. All of
640
643
this is configurable for each transport:
You can’t perform that action at this time.
0 commit comments