You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be able to do a progressive rollout of a flag.
We need a way of automatically increase the percentage of users in the flag during the time.
What we want is to be able to set an initial percentage and a start date, and also a complete rollout date and percentage.
During between these 2 dates, the percentage will increase smoothly until reaching the complete rollout percentage.
The text was updated successfully, but these errors were encountered:
before the releaseRamp.start date the percentage of the flag served will be 10%.
between releaseRamp.start and releaseRamp.end we will have a progressive rollout between 10% and 80%.
after releaseRamp.end we will use the percentage 80%.
rollout.progressive.percentage is not mandatory, if no set initial == 0 and end == 100. rollout.progressive.releaseRamp is mandatory, if no set we will not use the rollout strategy.
Requirements
Be able to do a progressive rollout of a flag.
We need a way of automatically increase the percentage of users in the flag during the time.
What we want is to be able to set an initial percentage and a start date, and also a complete rollout date and percentage.
During between these 2 dates, the percentage will increase smoothly until reaching the complete rollout percentage.
The text was updated successfully, but these errors were encountered: