Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacksets concurrency #177

Open
bdesika-aws opened this issue Nov 7, 2023 · 1 comment
Open

Stacksets concurrency #177

bdesika-aws opened this issue Nov 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bdesika-aws
Copy link

Is your feature request related to a problem? Please describe.
Customer has over 800 accounts and 50+ customizations. Currently the stacksets execute in a sequence and that it takes almost 5-6 hours for the pipeline to complete. If there are several template updates it takes more than a day as well.

Describe the feature you'd like
We fixed several issues to improve but we would like to suggest a feature to execute multiple stackets in parallel if there are no dependencies.

Additional context
For example, say if there are 3 customizations in the manifest 1) Create SSM parameter 2) VPC creation 3) A IAM role deployment. #2 has dependency with #1, however #3 does not have any dependencies with either #1 or #2. So the ask is that while SSM and VPC stackets can execute in sequence, #3 can start in parallel with #1. On a large scale of customizations this feature would improve the performance significantly.

@bdesika-aws bdesika-aws added the enhancement New feature or request label Nov 7, 2023
@Nekenlight
Copy link

Any update on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants