- 
                Notifications
    
You must be signed in to change notification settings  - Fork 4.3k
 
Closed
Closed
Copy link
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic Containereffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
QueueProcessingFargateService supports the circuitBreaker prop. However, unlike other constructs that support circuitBreaker (such as FargateService), it doesn't support the healthCheckGracePeriod prop. That means that, as far as I can tell, there's no way to configure the grace period for the circuit breaker in a QueueProcessingFargateService.
Use Case
I'm seeing premature deployment rollbacks in a QueueProcessingFargateService with the deployment circuit breaker enabled. I'd like to extend the grace period to prevent these premature rollbacks.
Proposed Solution
The healthCheckGracePeriod option on QueueProcessingFargateService should match the option on FargateService.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
 - This feature might incur a breaking change
 
CDK version used
2.190.0
Environment details (OS name and version, etc.)
N/A
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ecsRelated to Amazon Elastic ContainerRelated to Amazon Elastic Containereffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2