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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南