Skip to content

Commit 3627733

Browse files
committed
minor #11805 [Messenger] Fixed a reference (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [Messenger] Fixed a reference Fixes #11791. Commits ------- 9159ade [Messenger] Fixed a reference
2 parents fc11d93 + 9159ade commit 3627733

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)