Skip to content

Commit 9159ade

Browse files
committed
[Messenger] Fixed a reference
1 parent fc11d93 commit 9159ade

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

messenger.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
626628
Retries & 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

0 commit comments

Comments
 (0)