Skip to content

Commit e6f710d

Browse files
author
James Healy
committed
bump scaler from 1.0.2 to 1.1.0
A single new feature is included in this release. When the elastic stack is very small (<=2 running instances), consider adding a new instance when we suspect the current instances are shutting down and there's pending jobs. Pull request with more details is here: buildkite/buildkite-agent-scaler#40
1 parent 083f89d commit e6f710d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ Resources:
11751175
Properties:
11761176
Code:
11771177
S3Bucket: { 'Fn::FindInMap': [LambdaBucket, !Ref 'AWS::Region', 'Bucket'] }
1178-
S3Key: "buildkite-agent-scaler/v1.0.2/handler.zip"
1178+
S3Key: "buildkite-agent-scaler/v1.1.0/handler.zip"
11791179
Role: !GetAtt AutoscalingLambdaExecutionRole.Arn
11801180
Timeout: 120
11811181
Handler: handler

0 commit comments

Comments
 (0)