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 bb40e70 commit 5a23ec2Copy full SHA for 5a23ec2
templates/aws-stack.yml
@@ -1168,8 +1168,9 @@ Resources:
1168
AutoScalingGroupName: !Ref AgentAutoScaleGroup
1169
LifecycleHookName: ShutdownHook
1170
LifecycleTransition: autoscaling:EC2_INSTANCE_TERMINATING
1171
- # We give instances one hour to respond to this hook else we abandon them
+ # We give instances one hour to respond to this hook else we continue
1172
HeartbeatTimeout: 3600
1173
+ DefaultResult: CONTINUE
1174
1175
ShutdownHookFunction:
1176
Type: AWS::Lambda::Function
0 commit comments