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 e09337f commit 9064512Copy full SHA for 9064512
lambdas/functions/control-plane/src/scale-runners/scale-up.ts
@@ -9,7 +9,6 @@ import { RunnerInputParameters } from './../aws/runners.d';
9
import ScaleError from './ScaleError';
10
import { publishRetryMessage } from './job-retry';
11
import { metricGitHubAppRateLimit } from '../github/rate-limit';
12
-import { run } from '../local-down';
13
14
const logger = createChildLogger('scale-up');
15
0 commit comments