Skip to content

Commit

Permalink
bump scaler from 1.0.2 to 1.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yob committed Apr 14, 2021
1 parent 083f89d commit e6f710d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/aws-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ Resources:
Properties:
Code:
S3Bucket: { 'Fn::FindInMap': [LambdaBucket, !Ref 'AWS::Region', 'Bucket'] }
S3Key: "buildkite-agent-scaler/v1.0.2/handler.zip"
S3Key: "buildkite-agent-scaler/v1.1.0/handler.zip"
Role: !GetAtt AutoscalingLambdaExecutionRole.Arn
Timeout: 120
Handler: handler
Expand Down

0 comments on commit e6f710d

Please sign in to comment.