From 88c1924bd56cbcee5309611debe904b01a8bf4c3 Mon Sep 17 00:00:00 2001 From: Daniel Rotter Date: Sun, 26 Feb 2023 20:49:25 +0100 Subject: [PATCH] Fix the referencing of the redis transport in an explanation --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 49c4768ab0e..d6f4c791112 100644 --- a/messenger.rst +++ b/messenger.rst @@ -709,7 +709,7 @@ and ``user`` to the Unix user on your server. If you use the Redis Transport, note that each worker needs a unique consumer name to avoid the same message being handled by multiple workers. One way to achieve this is to set an environment variable in the Supervisor configuration -file, which you can then refer to in ``messenger.yaml`` (see Redis section above): +file, which you can then refer to in ``messenger.yaml`` (see Redis section below): .. code-block:: ini