aws/aws-cdk

(pipelines): limit assets concurrency

Open

#17,744 创建于 2021年11月29日

在 GitHub 查看
 (14 评论) (11 反应) (0 负责人)TypeScript (3,530 fork)batch import
@aws-cdk/pipelineseffort/smallfeature-requestgood first issuep1

仓库指标

Star
 (10,710 star)
PR 合并指标
 (平均合并 14天 11小时) (30 天内合并 68 个 PR)

描述

Description

There are limits to how many CodeBuild projects can run in parallel (it's either 5 or 20), and asset publishing is liable to hit those.

Rather than queueing builds, any builds over the limit are just outright failed.

The CodePipeline generator should take this into account when generating asset publishing stages.

Use Case

Hitting CodeBuild limit.

Proposed Solution

Property to limit asset concurrency.

Other information

No response

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change

贡献者指南