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

(cdk code pipeline): limit 10 assets concurrency #27335

Closed
alinasir85 opened this issue Sep 28, 2023 · 3 comments
Closed

(cdk code pipeline): limit 10 assets concurrency #27335

alinasir85 opened this issue Sep 28, 2023 · 3 comments
Assignees
Labels
duplicate This issue is a duplicate.

Comments

@alinasir85
Copy link

Receiving following error on Assets stage of cdk code pipeline

Error calling startBuild: Cannot have more than 10 builds in queue for the account (Service: AWSCodeBuild; Status Code: 400; Error Code: AccountLimitExceededException; Proxy: null)

There should be an automated retry feature implemented after the initial 10 builds. Currently, the process fails at this point, necessitating manual intervention to hit the retry button, thereby negating the advantages of an automated pipeline.

image

Originally posted by @alinasir85 in #27334

@alinasir85 alinasir85 changed the title Receiving following error on Assets stage of cdk code pipeline (cdk code pipeline): limit 10 assets concurrency Oct 10, 2023
@s-maheshbabu
Copy link

Any updates here? If concurrency is the issue, I would expect the pipeline to execute the failed actions once the capacity is freed up. Or at least have a way to configure that behavior.

@tim-finnigan tim-finnigan self-assigned this Mar 14, 2024
@tim-finnigan
Copy link

It looks like this issue is is already being tracked here: #17744

I'll close this as a duplicate but share the workaround mentioned in this comment:

The CodePipeline construct has a property (publishAssetsInParallel) that should help avoiding this problem.

Setting it to false should result in a single CodeBuild project for publishing all assets. This avoids the concurrency problem if the speed of publishing assets is not a concern.

@tim-finnigan tim-finnigan added the duplicate This issue is a duplicate. label Mar 14, 2024
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue is a duplicate.
Projects
None yet
Development

No branches or pull requests

3 participants