Skip to content

Implements basic percentage of actor rollout

Jeremy Jackson requested to merge jj-add-percent-rollout into master

This is the first pass at a percentage of actors, which works really similar to random or round robin, but is more predictable than random, and is less prescribed (and more performant) than round robin.

At small numbers (sub 100) this isn't as reliable as round robin.

Edited by Jeremy Jackson

Merge request reports