- Round-robin traffic steering
Round-robin traffic steering
New feature•
We’ve added a new function to our Dynamic Expression language: random
.
With the random
method, you can specify a min and max, which will return a random integer between these boundries.
For instance, want to redirect 70% of your visitors to destination A, and the other 30% to destination B? You can use the expression like random(0, 99) < 70