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 @@ -242,7 +242,7 @@ export async function scaleUp(payloads: ActionRequestMessageSQS[]): Promise<stri
242242 const environment = process . env . ENVIRONMENT ;
243243 const ssmTokenPath = process . env . SSM_TOKEN_PATH ;
244244 const subnets = process . env . SUBNET_IDS . split ( ',' ) ;
245- let instanceTypes = process . env . INSTANCE_TYPES . split ( ',' ) ;
245+ const instanceTypes = process . env . INSTANCE_TYPES . split ( ',' ) ;
246246 const instanceTargetCapacityType = process . env . INSTANCE_TARGET_CAPACITY_TYPE ;
247247 const ephemeralEnabled = yn ( process . env . ENABLE_EPHEMERAL_RUNNERS , { default : false } ) ;
248248 const dynamicEc2ConfigEnabled = yn ( process . env . ENABLE_DYNAMIC_EC2_CONFIG , { default : false } ) ;
You can’t perform that action at this time.
0 commit comments