check-rabbitmq-consumers: Fix a misleading comment.

This commit is contained in:
Alex Vandiver 2022-06-13 14:29:14 -07:00 committed by Alex Vandiver
parent 4e06ee45c7
commit 27b63d0baf
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}