Skip to content

Commit a5fcc88

Browse files
stuartp44npalm
andauthored
Update lambdas/functions/control-plane/src/scale-runners/scale-down.ts
Co-authored-by: Niek Palm <[email protected]>
1 parent e826fbe commit a5fcc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ async function terminateOrphan(environment: string): Promise<void> {
211211
for (const runner of orphanRunners) {
212212
// do we have a valid runnerId? then we are in a Jit Runner scenario else, use old method
213213
if (runner.runnerId) {
214-
logger.info(`Runner '${runner.instanceId}' is orphan, but has a runnerId.`);
214+
logger.debug(`Runner '${runner.instanceId}' is orphan, but has a runnerId.`);
215215
// build a runner instance
216216
const client = await getOrCreateOctokit(runner as RunnerInfo);
217217
const runnerId = parseInt(runner.runnerId);

0 commit comments

Comments
 (0)