-
Notifications
You must be signed in to change notification settings - Fork 6.2k
[core] Static Priority scheduling (4/N) #52489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: dayshah <[email protected]>
Signed-off-by: dayshah <[email protected]>
Signed-off-by: dayshah <[email protected]>
Signed-off-by: dayshah <[email protected]>
Signed-off-by: dayshah <[email protected]>
Signed-off-by: dayshah <[email protected]>
Signed-off-by: dayshah <[email protected]>
cd23c62
to
a6460d2
Compare
Signed-off-by: dayshah <[email protected]>
a6460d2
to
84ea560
Compare
Signed-off-by: dayshah <[email protected]>
84ea560
to
fda833f
Compare
Signed-off-by: dayshah <[email protected]>
Signed-off-by: dayshah <[email protected]>
Signed-off-by: dayshah <[email protected]>
fda833f
to
a3566be
Compare
@jjyao don't need a real code review rn, but can you do a quick logical look over where I changed to account for priority just to make sure that there's no other spots where priority should be accounted for. Any ideas to minimize the time between: Can also look at the 1 -> 2 -> 3 -> 4 diffs here https://github.com/dayshah/ray/pulls for easier to see the four sets of changes. |
Why are these changes needed?
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.