From 61c5a112db52c5d834f362d55a26bd420ad8bfa7 Mon Sep 17 00:00:00 2001 From: toast-gear Date: Thu, 28 Apr 2022 10:39:11 +0100 Subject: [PATCH] docs: remove reference to cleared limitation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb8fa87..9bcaf81f 100644 --- a/README.md +++ b/README.md @@ -560,7 +560,7 @@ The `TotalNumberOfQueuedAndInProgressWorkflowRuns` metric polls GitHub for all p **Benefits of this metric** 1. Supports named repositories allowing you to restrict the runner to a specified set of repositories server-side. -2. Scales the runner count based on the depth of the job queue meaning a more 1:1 scaling of runners to queued jobs (caveat, see drawback #4) +2. Scales the runner count based on the depth of the job queue meaning a 1:1 scaling of runners to queued jobs. 3. Like all scaling metrics, you can manage workflow allocation to the RunnerDeployment through the use of [GitHub labels](#runner-labels). **Drawbacks of this metric**