File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -623,6 +623,8 @@ config and start your workers:
623
623
624
624
See the `Supervisor docs `_ for more details.
625
625
626
+ .. _messenger-retries-failures :
627
+
626
628
Retries & Failures
627
629
------------------
628
630
@@ -712,8 +714,8 @@ to retry them:
712
714
$ php bin/console messenger:failed:remove 20
713
715
714
716
If the message fails again, it will be re-sent back to the failure transport
715
- due to the normal `retry rules <Retries & Failures >`_ . Once the max retry has
716
- been hit, the message will be discarded permanently.
717
+ due to the normal :ref: `retry rules <messenger-retries-failures >` . Once the max
718
+ retry has been hit, the message will be discarded permanently.
717
719
718
720
.. _messenger-transports-config :
719
721
You can’t perform that action at this time.
0 commit comments