Menu

Limit on-demand concurrent builds to one build per branch - Vercel
📰
0

Limit on-demand concurrent builds to one build per branch - Vercel

Vercel News·Cody Wong·4 days ago
#p0ICKRgh
Reading 0:00
15s threshold

On-Demand Concurrent Builds let builds start immediately, without waiting for other deployments to finish.

You can now configure this feature to run one active build per branch. When enabled, deployments to the same branch are queued. After the active build finishes, only the most recent queued deployment starts building. Older queued deployments are skipped. Deployments on different branches can still build concurrently.

Enable this in your project settings or learn more in the documentation.

Read More