round_robin#

Module for the RoundRobin placement strategy.

A PlacementStrategy that attempts to distribute services across nodes, in a round- robin fashion.

Classes

RoundRobinStrategy

RoundRobin class.