Package Products :: Package ZenHub :: Module WorkerSelection
[hide private]
[frames] | no frames]

Module WorkerSelection

source code

Classes [hide private]
InOrderSelection
Simple selection algorithm that returns workers in the order in which they are given.
ReservationAwareSelection
Selection algorithm that returns workers in the order in which they are given, and only returns workers above the reserved threshold.
ReversedReservationAwareSelection
Selection algorithm that returns workers in the reverse order in which they are given, and only returns workers above the reserved threshold.
WorkerSelector
Singleton worker selector that apportions work to zenhub workers based on the configured utilities per method name.