-
Notifications
You must be signed in to change notification settings - Fork 6
Fair sharing between different workloads #100
Copy link
Copy link
Open
Labels
featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
Description
Activity
Metadata
Metadata
Assignees
Labels
featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
What would you like to be added:
The current scheduling is quite greedy, for example, for Modal, once the first workload is acquiring resources, the second one needs to wait until the first one get enough resources.
This will lead to HOL blocking issue.
Why is this needed:
Completion requirements:
This feature requires the following artifacts:
The artifacts should be linked in subsequent comments.