
Canceling Ongoing Deployments
3/24/2020
Introduced a 'Cancel' button on the dashboard for ongoing deployments, allowing users to stop builds in progress. Also highlighted the 'Concurrent Builds' setting for teams to manage deployment queueing.
Blogs›Vercel›Deployment Cancellation

Vercel introduced the ability to cancel ongoing deployments directly from the dashboard, preventing them from completing and unblocking queued deployments. For teams requiring higher throughput, the 'Concurrent Builds' setting was highlighted as a way to increase the number of simultaneous deployments. This post introduces the auto job cancellation feature for Vercel for GitHub, where the system will always build the latest commit immediately. If a new job is received while a build is in progress, the current job is canceled and the latest job is started. An opt-out is available via `vercel.json`.

3/24/2020
Introduced a 'Cancel' button on the dashboard for ongoing deployments, allowing users to stop builds in progress. Also highlighted the 'Concurrent Builds' setting for teams to manage deployment queueing.

11/15/2018
Introduced auto job cancellation for Vercel for GitHub, ensuring the latest commit is always built immediately by canceling older, in-progress jobs. Provided an opt-out mechanism via `vercel.json`.