-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as not planned
Labels
Description
We used the "staged rollouts" feature and usually roll out to 10% of our users first.
We recently got bit by the mac port is null bug. In emergency situations I've been setting stagingPercentage: 1
to go to 1%. Is stagingPercentage: 0
supported? What happens if I do that? My guess is all users stay on the version they're currently on, but I'm not sure if it's supported.