We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e644b commit 8dee5a0Copy full SHA for 8dee5a0
lambdas/functions/control-plane/src/scale-runners/scale-up.ts
@@ -366,7 +366,7 @@ export async function scaleUp(payloads: ActionRequestMessageSQS[]): Promise<stri
366
continue;
367
}
368
369
- // Don't call the EC2 API if we can create an unlimited nur of runners.
+ // Don't call the EC2 API if we can create an unlimited number of runners.
370
const currentRunners =
371
maximumRunners === -1 ? 0 : (await listEC2Runners({ environment, runnerType, runnerOwner: group })).length;
372
0 commit comments