The watcher.decision_engine.planner.weight Module¶
-
class
watcher.decision_engine.planner.weight.WeightPlanner(config)[source]¶ Bases:
watcher.decision_engine.planner.base.BasePlannerWeight planner implementation
This implementation builds actions with parents in accordance with weights. Set of actions having a higher weight will be scheduled before the other ones. There are two config options to configure: action_weights and parallelization.
Limitations
- This planner requires to have action_weights and parallelization configs tuned well.