mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
check-rabbitmq-consumers: Fix a misleading comment.
This commit is contained in:
committed by
Alex Vandiver
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",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user