-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Milestone
Description
The worker pool does not have to be fixed size, but could be extended if all nodes are saturated or decreased if they are not.
This would likely require:
- The master to track how many workers are submitted vs. are taking calls (we already do this)
- The master to check the load of workers during evaluation (refactoring the shutdown stats into a callable)
- The workers (
QSysclass) to be able to add/remove nodes (basically, just callsubmitorWORKER_STOPwhen required)
Related: https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels