Skip to content

Commit 86dd45f

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Fix the referencing of the redis transport in an explanation
2 parents 446d6e5 + 0534532 commit 86dd45f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

messenger.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,8 @@ and ``user`` to the Unix user on your server.
740740
If you use the Redis Transport, note that each worker needs a unique consumer
741741
name to avoid the same message being handled by multiple workers. One way to
742742
achieve this is to set an environment variable in the Supervisor configuration
743-
file, which you can then refer to in ``messenger.yaml`` (see Redis section above):
743+
file, which you can then refer to in ``messenger.yaml``
744+
(see the ref:`Redis section <messenger-redis-transport>` below):
744745

745746
.. code-block:: ini
746747
@@ -1546,6 +1547,8 @@ ttr The message time to run before it
15461547
- in seconds. 90
15471548
================== =================================== ======================
15481549

1550+
.. _messenger-redis-transport:
1551+
15491552
Redis Transport
15501553
~~~~~~~~~~~~~~~
15511554

0 commit comments

Comments
 (0)