Have LoadPath execute in Run service
hrosenbe opened this issue · 1 comments
hrosenbe commented
Currently the loadPaths are executed independently on each driver node. We need to centralize the execution of the loadPaths into the RunService, so that there is a single place to make decisions about the next load interval when implementing complex load behaviors, such as findMax.
The RunService will need to send messages to the Workload services on each driver node at the start of a new load interval.
hrosenbe commented
Fixed in 2.0