ElasticConcurrency
July 24, 2026 ยท View on GitHub
When elastic concurrency is used for this deployment, a value is set. The value tells the reason where the setting was coming from. - TEAM_SETTING: Inherited from team settings - PROJECT_SETTING: Inherited from project settings - SKIP_QUEUE: Manually triggered by user to skip the queues
Example Usage
import { ElasticConcurrency } from "@vercel/sdk/models/canceldeploymentresponsebody.js";
let value: ElasticConcurrency = "SKIP_QUEUE";
Values
"PROJECT_SETTING" | "SKIP_QUEUE" | "TEAM_SETTING"