-
Notifications
You must be signed in to change notification settings - Fork 4.5k
How to specify stack creation and rollback timeout? #2125
Copy link
Copy link
Closed
Labels
@aws-cdk/coreRelated to core CDK functionalityRelated to core CDK functionalityfeature-requestA feature should be added or improved.A feature should be added or improved.
Description
Very often (especially with CustomResources) Cloudformation fails to create the stack - BUT it takes about 1 hour for Cloudformation to recognize this and then another hour to rollback. This is incredibly frustrating if you try to get things done!
Is there a way to set a timeout to lets say 5 minutes for stack creation and rollback to speed up trial and error development and deployment?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/coreRelated to core CDK functionalityRelated to core CDK functionalityfeature-requestA feature should be added or improved.A feature should be added or improved.