Automate progressive rollouts with Vercel Flags
Vercel Flags now supports progressive rollouts, allowing you to gradually shift traffic to a new feature variant on a predefined schedule. This helps catch regressions early by exposing changes to small user slices before full rollout.
You can now use to roll out a feature to a growing percentage of users on a schedule, with progressive rollouts.Vercel Flags
Unlike weighted splits, which hold a fixed distribution (for example, 50/50) for experiments, a progressive rollout follows a predefined schedule that gradually shifts the traffic percentage to the new variant. Each stage has a target percentage and a duration.
Exposing a change in stages lets you catch a regression on a small slice of users before it hits everyone.
Progressive rollouts are and through the new CLI command.now available in the dashboardvercel flags rollout
Learn more in the .Vercel Flags documentation
Source: original entry ↗