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:
623623
624624 See the `Supervisor docs `_ for more details.
625625
626+ .. _messenger-retries-failures :
627+
626628Retries & Failures
627629------------------
628630
@@ -712,8 +714,8 @@ to retry them:
712714 $ php bin/console messenger:failed:remove 20
713715
714716 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.
717719
718720.. _messenger-transports-config :
719721
You can’t perform that action at this time.
0 commit comments