File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lambdas/functions/control-plane/src/scale-runners Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ async function terminateOrphan(environment: string): Promise<void> {
217
217
const runnerId = parseInt ( runner . runnerId ) ;
218
218
const ec2Instance = runner as RunnerInfo ;
219
219
const state = await getGitHubSelfHostedRunnerState ( client , ec2Instance , runnerId ) ;
220
- logger . info ( `Runner is currently '${ runner . instanceId } ' state: ${ JSON . stringify ( state ) } ` ) ;
220
+ logger . debug ( `Runner is currently '${ runner . instanceId } ' state: ${ JSON . stringify ( state ) } ` ) ;
221
221
if ( state . status === 'online' && state . busy ) {
222
222
logger . info ( `Runner '${ runner . instanceId } ' is orphan, but is online and busy.` ) ;
223
223
await untag ( runner . instanceId , [ { Key : 'ghr:orphan' , Value : 'true' } ] ) ;
You can’t perform that action at this time.
0 commit comments