Skip to content

Commit 378343f

Browse files
authored
Merge branch 'main' into SUP-4213-configurable-docker-address-pools
2 parents af8c36f + fedab68 commit 378343f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

templates/aws-stack.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,16 @@ Parameters:
222222
- "false"
223223
Default: "false"
224224

225+
ScaleOutCooldownPeriod:
226+
Description: Cooldown period in seconds before allowing another scale-out event
227+
Type: Number
228+
Default: 300
229+
230+
ScaleInCooldownPeriod:
231+
Description: Cooldown period in seconds before allowing another scale-in event
232+
Type: Number
233+
Default: 3600
234+
225235
LogRetentionDays:
226236
Type: Number
227237
Description: The number of days to retain the Cloudwatch Logs of the lambda.
@@ -1888,6 +1898,8 @@ Resources:
18881898
AgentAutoScaleGroup: !Ref AgentAutoScaleGroup
18891899
ScaleOutFactor: !Ref ScaleOutFactor
18901900
ScaleOutForWaitingJobs: !Ref ScaleOutForWaitingJobs
1901+
ScaleInCooldownPeriod: !Ref ScaleInCooldownPeriod
1902+
ScaleOutCooldownPeriod: !Ref ScaleOutCooldownPeriod
18911903
EventSchedulePeriod: !Ref ScalerEventSchedulePeriod
18921904
MinPollInterval: !Ref ScalerMinPollInterval
18931905
LogRetentionDays: !Ref LogRetentionDays

0 commit comments

Comments
 (0)