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 @@ -618,6 +618,8 @@ config and start your workers:
618618
619619 See the `Supervisor docs `_ for more details.
620620
621+ .. _messenger-retries-failures :
622+
621623Retries & Failures
622624------------------
623625
@@ -707,8 +709,8 @@ to retry them:
707709 $ php bin/console messenger:failed:remove 20
708710
709711 If the message fails again, it will be re-sent back to the failure transport
710- due to the normal `retry rules <Retries & Failures >`_ . Once the max retry has
711- been hit, the message will be discarded permanently.
712+ due to the normal :ref: `retry rules <messenger-retries-failures >` . Once the max
713+ retry has been hit, the message will be discarded permanently.
712714
713715.. _messenger-transports-config :
714716
You can’t perform that action at this time.
0 commit comments