We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9064512 commit 716e079Copy full SHA for 716e079
1 file changed
lambdas/functions/control-plane/src/scale-runners/scale-down.ts
@@ -7,7 +7,6 @@ import { bootTimeExceeded, listEC2Runners, tag, untag, terminateRunner } from '.
7
import { RunnerInfo, RunnerList, RunnerState } from './../aws/runners.d';
8
import { GhRunners, githubCache } from './cache';
9
import { ScalingDownConfig, getEvictionStrategy, getIdleRunnerCount } from './scale-down-config';
10
-import { metricGitHubAppRateLimit } from '../github/rate-limit';
11
import { getGitHubEnterpriseApiUrl } from './scale-up';
12
13
const logger = createChildLogger('scale-down');
0 commit comments