Concurrent build limit exceeded without having an active code build

0

Hello, Initially, our code build was stuck in the queue for more than 30 minutes. We changed the limit of concurrent builds to 1 in the hope that we would solve our stuck in queue problem, but now we can't even get the build to start. There is currently no other active build, but AWS tells us we can't have more than one active build. Any tipps?

Error calling startBuild: Concurrent build limit exceeded. This build project has a limit of 1 concurrent build(s). Start the build again after other builds are complete, or edit project configuration

已提问 1 年前275 查看次数
1 回答
0

There are various account level quotas that AWS sets for new and existing accounts. Some of the quotas protect you from unpredicted cost skyrocketing when you just start the cloud journey, the other ones might be applied if AWS detects something unusual in your accounts (e.g. an open vulnerability, an expired credit card, ...)

The best way to resolve this issue is contacting AWS Support and requesting the quota increase for the number of concurrent builds in AWS CodeBuild. If there are some things that need to be fixed in your account first, you will be informed about that. Otherwise, the quota will be increased, so you can run more than one build in parallel.

It is also worthwhile to see if there is any codebuild project running as part of codepipeline as that might be adding up to the account level quota.

AWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则