Skip to content

Commit 3fca7f3

Browse files
committed
Bump agent scaler and enable scale in
1 parent b458f03 commit 3fca7f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/aws-stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ Resources:
11631163
Properties:
11641164
Location:
11651165
ApplicationId: arn:aws:serverlessrepo:us-east-1:172840064832:applications/buildkite-agent-scaler
1166-
SemanticVersion: '1.1.3'
1166+
SemanticVersion: '1.2.0'
11671167
Parameters:
11681168
BuildkiteAgentTokenParameter: !If [ UseCustomerManagedParameterPath, !Ref BuildkiteAgentTokenParameterStorePath, !Ref BuildkiteAgentTokenParameter ]
11691169
BuildkiteAgentTokenParameterStoreKMSKey: !If [ UseCustomerManagedKeyForParameterStore, !Ref BuildkiteAgentTokenParameterStoreKMSKey, "" ]
@@ -1174,3 +1174,4 @@ Resources:
11741174
AgentAutoScaleGroup: !Ref AgentAutoScaleGroup
11751175
ScaleOutFactor: !Ref ScaleOutFactor
11761176
ScaleOutForWaitingJobs: !Ref ScaleOutForWaitingJobs
1177+
DisableScaleIn: "false"

0 commit comments

Comments
 (0)