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

Cannot have more than 0 builds in queue for the account #1209

Open
drathbo opened this issue Apr 8, 2024 · 4 comments
Open

Cannot have more than 0 builds in queue for the account #1209

drathbo opened this issue Apr 8, 2024 · 4 comments

Comments

@drathbo
Copy link

drathbo commented Apr 8, 2024

Having the following codebuild error when running aws nuke:
Cannot have more than 0 builds in queue for the account

and some other fluff. According to AWS there is a service quote limit (https://docs.aws.amazon.com/codebuild/latest/userguide/limits.html) that may be the culprit and in my research may require an AWS ticket to increase the quota. Has anybody else ran into this, and if so where in the codebuild is something being invoked that may pop off this error?

@drathbo
Copy link
Author

drathbo commented Apr 16, 2024

I got this resolved through requesting additional service quotas, however I'm still not 100% what caused it.

@aneescheckit
Copy link

aneescheckit commented Apr 27, 2024

@drathbo I ran into similar issue and that was because of the template I used was using general1.2xlarge compute type for Codebuild which didn't make sense to me as that was huge for our use case. So I lowered it down to BUILD_GENERAL1_SMALL and that fixed issue for me. Maybe for that much compute power, your need to request limit increase.

See if your template is utilising any large compute type? You might want to lower it down anyways because of pricing.

@drathbo
Copy link
Author

drathbo commented May 3, 2024

@drathbo I ran into similar issue and that was because of the template I used was using general1.2xlarge compute type for Codebuild which didn't make sense to me as that was huge for our use case. So I lowered it down to BUILD_GENERAL1_SMALL and that fixed issue for me. Maybe for that much compute power, your need to request limit increase.

See if your template is utilising any large compute type? You might want to lower it down anyways because of pricing.

@aneescheckit Where are you seeing these fields? Are you saying in the cloudformation template or something else that runs when the eventbridge rule is executed?

@aneescheckit
Copy link

@drathbo CloudFormation template it is. Check the compute type of CodeBuild Project inside the template, field should be ComputeType

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

No branches or pull requests

2 participants