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 906dbeb commit ea1cadeCopy full SHA for ea1cade
lambdas/functions/control-plane/src/aws/runners.ts
@@ -210,10 +210,10 @@ async function processFleetResult(
210
];
211
212
const scaleErrors =
213
- runnerParameters.customScaleErrors && runnerParameters.customScaleErrors.length > 0
214
- ? runnerParameters.customScaleErrors
215
- : defaultScaleErrors;
216
-
+ runnerParameters.customScaleErrors && runnerParameters.customScaleErrors.length > 0
+ ? runnerParameters.customScaleErrors
+ : defaultScaleErrors;
+
217
const failedCount = countScaleErrors(errors, scaleErrors);
218
if (failedCount > 0) {
219
logger.warn('Create fleet failed, ScaleError will be thrown to trigger retry for ephemeral runners.');
0 commit comments