Skip to content

Commit 6d80ef9

Browse files
PhilETaylorjaviereguiluz
authored andcommitted
tidy MESSENGER_CONSUMER_NAME
1 parent 3dd0324 commit 6d80ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ sentinel_master String, if null or empty Sentinel null
15041504
There should never be more than one ``messenger:consume`` command running with the same
15051505
combination of ``stream``, ``group`` and ``consumer``, or messages could end up being
15061506
handled more than once. If you run multiple queue workers, ``consumer`` can be set to an
1507-
environment variable (like ``%env(MESSENGER_CONSUMER_NAME)%``) set by Supervisor
1507+
environment variable, like ``%env(MESSENGER_CONSUMER_NAME)%``, set by Supervisor
15081508
(example below) or any other service used to manage the worker processes.
15091509
In a container environment, the ``HOSTNAME`` can be used as the consumer name, since
15101510
there is only one worker per container/host. If using Kubernetes to orchestrate the

0 commit comments

Comments
 (0)