Skip to content

Commit

Permalink
check-rabbitmq-consumers: Fix a misleading comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Jun 22, 2022
1 parent 4e06ee4 commit 27b63d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nagios/check-rabbitmq-consumers
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

Expand Down

0 comments on commit 27b63d0

Please sign in to comment.