Unleash / unleash

Open-source feature management solution built for developers.
https://getunleash.io
Apache License 2.0
11.49k stars 721 forks source link

Support 0.1% rollout in the UI #8914

Open Tymek opened 15 hours ago

Tymek commented 15 hours ago

Describe the feature request

Unleash should be able to work with smaller rollout, like .5%.

Background

Backend already supports 0.1% precision. I don't think it will work with 0.01%. This should be verified.

Solution suggestions

Add 0.1% precision to the inputs in strategy form.


Internal ticket: CJUX-20

sighphyre commented 11 hours ago

This might need a round of statistical testing across the SDKs as well. We've had problems in the past where very small rollouts didn't distribute well because of weird hash bucketing. Completing this feature might cause that all over again