Support "cooldown" parameter for QueueProcessingServiceBaseProps in aws-ecs-patterns lib #8298
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
feature/pattern
Feature requests related to high level L3 pattern libraries
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
At the moment in the constructor of QueueProcessingFargateService scaling steps can be defined, but
cooldown
parameter from autoscaling cannot:Proposed Solution
As far as I can see, the parameter should be provided here: https://github.com/aws/aws-cdk/blob/master/packages/@aws-cdk/aws-ecs-patterns/lib/base/queue-processing-service-base.ts#L270 in a similar fashion as
scalingSteps
.Other
configureAutoscalingForService
, but I believe that ifscalingSteps
is defined in the config,cooldown
should be defined as well.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: