Skip to content

Commit 9883b0b

Browse files
committed
Remove warning log for orphan runners without runnerId in scale-down function
1 parent 8b61d39 commit 9883b0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-down.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ async function terminateOrphan(environment: string): Promise<void> {
229229
});
230230
}
231231
} else {
232-
logger.warn(`Runner '${runner.instanceId}' is orphan, but no runnerId found.`);
233232
logger.info(`Terminating orphan runner '${runner.instanceId}'`);
234233
await terminateRunner(runner.instanceId).catch((e) => {
235234
logger.error(`Failed to terminate orphan runner '${runner.instanceId}'`, { error: e });

0 commit comments

Comments
 (0)