telexed ~ c / 040f11fd-8d7radar:80 · infra_saasLIVE
← back
NO.
#040f11fd
Topic
INFRA & SAAS
Source
vercel_blog
Published
2026-05-11 08:00:00
Importance
★ 8/10 — radar 80
`Vercel Flags` adds scheduled progressive rollouts
FIG-0401:1

`Vercel Flags` adds scheduled progressive rollouts

Traffic can now ramp to a new variant by schedule instead of staying at a fixed split. That makes feature releases safer without building your own rollout logic, and it's usable now via dashboard or vercel flags rollout.

[ KEY POINTS ]
  1. Unlike a fixed 50/50 experiment split, each rollout stage has a target percentage plus duration, so exposure increases automatically.
  2. Catching regressions on a small slice first lowers blast radius before a bad release reaches everyone.
  3. Control is available in both the dashboard and the new vercel flags rollout CLI path, which matters for scripted releases.
Originalvercel.com/changelog/progressive-rollouts-in-vercel-flagsRead original →

// related