Skip to content

fix: Skip 0% from rollout

Sometimes we want to use control only for the excluded groups, and the rest - assign variants. Currently, if crc32 modulo 100 returns 0 - and there's variant with 0% rollout it will pick it up. While, 0% means variant should not be assigned. Another example, when we change distribution and don't want any more assignments for some old variant.

Merge request reports