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 8b61d39 commit 9883b0bCopy full SHA for 9883b0b
lambdas/functions/control-plane/src/scale-runners/scale-down.ts
@@ -229,7 +229,6 @@ async function terminateOrphan(environment: string): Promise<void> {
229
});
230
}
231
} else {
232
- logger.warn(`Runner '${runner.instanceId}' is orphan, but no runnerId found.`);
233
logger.info(`Terminating orphan runner '${runner.instanceId}'`);
234
await terminateRunner(runner.instanceId).catch((e) => {
235
logger.error(`Failed to terminate orphan runner '${runner.instanceId}'`, { error: e });
0 commit comments