You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
The current scheduler only schedules resources in order, that is, the resources triggered first can be scheduled first. They are stored in a first-in-first-out queue. This seems too simplistic at the moment, maybe it's time to introduce priority-based scheduling behavior.
Why is this needed:
In large-scale clusters, scheduling responses can become slow, An example use case is for data science workloads. A user may submit a job that they want to be prioritized above other workloads, but do not wish to affect existing work. The high priority resourceBinding will be scheduled ahead of other queued resourceBindings, as soon as sufficient cluster resources "naturally" become free.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
The current scheduler only schedules resources in order, that is, the resources triggered first can be scheduled first. They are stored in a first-in-first-out queue. This seems too simplistic at the moment, maybe it's time to introduce priority-based scheduling behavior.
Why is this needed:
In large-scale clusters, scheduling responses can become slow, An example use case is for data science workloads. A user may submit a job that they want to be prioritized above other workloads, but do not wish to affect existing work. The high priority resourceBinding will be scheduled ahead of other queued resourceBindings, as soon as sufficient cluster resources "naturally" become free.
The text was updated successfully, but these errors were encountered: