-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(scheduler): add partial scheduling based on min replicas (#6221)
* add sorter to prefer servers already assigned to the model * add partial scheduling based on min replicas * simplify condition * do not reset server if we can schedule at least min replicas * mark model as available if min replicas are scheduled * reschedule models not on desired replicas * treat scheduling with min replicas as good * send an event for infra changes with partial scheduling models
- Loading branch information
Showing
8 changed files
with
330 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.