Codebuild won't run more than 1 build concurrently

0

Same question was asked here but the answer does not apply to my case: https://repost.aws/questions/QUxsq-Hv5GSPa_Pth-5ZVckQ/cannot-get-code-build-to-build-more-than-1-concurrent-build

We've got 2 pipelines, each with a Codebuild, making a total of 2 Codebuilds. I've noticed that the Codebuilds spend most of their time in the QUEUING status, sometimes remaining there for as long as 10 minutes. The only explanation I have for this is that each time this happens, there's 1 other Codebuild running. We have not set any limits and are running using the SMALL compute type.

I've read the quote limits and we certainly are not even close to those limits, maybe running the pipelines a total of 5-10 times per day, meaning 5-10 Codebuild invocations per day, maybe 10-20 Codebuild invocations per day on a busy day.

What could be causing this? Please don't say we must have a concurrency limit set somewhere and not know about it because everything was created via CDK and no stack has drift.

질문됨 일 년 전403회 조회
1개 답변
0

I can see that it is not reaching the account/region level limit for concurrent builds. Can you please confirm that it is not a consistent behavior but rather sporadic?

Please be noted that customers may experience a long queue delay or provisioning time occasionally, since CodeBuild provides on-demand build service and queue times may vary based on fleet availability. If capacity is not immediately available, CodeBuild tries to queue the builds for additional capacity to be available in the build fleet.

AWS
Taka_M
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠