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 b8898ef commit 4eb3b16Copy full SHA for 4eb3b16
modules/runners/lambdas/runners/src/aws/runners.ts
@@ -243,6 +243,7 @@ export async function createRunner(runnerParameters: RunnerInputParameters): Pro
243
'ResourceLimitExceeded',
244
'MaxSpotInstanceCountExceeded',
245
'MaxSpotFleetRequestCountExceeded',
246
+ 'InsufficientInstanceCapacity',
247
];
248
249
if (errors.some((e) => scaleErrors.includes(e))) {
0 commit comments