mirror of https://github.com/zulip/zulip.git
check-rabbitmq-consumers: Fix a misleading comment.
This commit is contained in:
parent
4e06ee45c7
commit
27b63d0baf
|
@ -35,7 +35,7 @@ consumers: Dict[str, int] = defaultdict(int)
|
|||
|
||||
queues = {
|
||||
*normal_queues,
|
||||
# These queues may not be present if settings.TORNADO_PROCESSES > 1
|
||||
# All tornado queues get grouped into this, even if sharded
|
||||
"notify_tornado",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue