-
Notifications
You must be signed in to change notification settings - Fork 541
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
Expanded Job Queue #1636
Merged
Merged
Expanded Job Queue #1636
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
9b9b670
working expanded queue
mraheja c099057
added event
mraheja 281d798
updated testing and bug fixes
mraheja 5ad959d
fixed missed space
mraheja 440fc68
formatting fix
mraheja d92da6a
fixed setting up status + enabled spot
mraheja 0fed010
format
mraheja 2cb6d19
fixed setting up test
mraheja 42ce456
addressed comments
mraheja 496284e
change stop lock range
mraheja 21c3836
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
mraheja cbf8ab3
error message for needing update
mraheja afedc83
removed wandb.py
mraheja 68dea21
added skylet restart
mraheja fdc68e2
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
mraheja 5af3146
updates
mraheja 052a579
addressed comments
mraheja 6c29f09
formatting + minor comment addressing
mraheja be36c35
more comments addressed
mraheja a12577e
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
Michaelvll 21919c5
Fix rich status
Michaelvll 0b7141a
fixed stalling issue
mraheja 2e46f14
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
mraheja 356c04e
format
mraheja 3223b74
small test bug
mraheja b6a8325
fixed skylet launch issue
mraheja 47ccba0
formatting + forgetten file
mraheja 1bc0478
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
mraheja 3dc81c4
more formatting + remove check
mraheja 35a6469
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
mraheja 3876881
addressed comments and removed pkill usage
mraheja 4a7ef25
schedule after setup too
mraheja 4ac4335
Update sky/backends/cloud_vm_ray_backend.py
mraheja f1556e6
addressed more comments
mraheja c4e21d1
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
mraheja b7d13b1
Merge branch 'expanded-job-queue' of https://github.com/skypilot-org/…
mraheja d305d26
formatting
mraheja 88dd953
Merge branch 'master' of https://github.com/skypilot-org/skypilot int…
mraheja cb0d66f
Address comments
Michaelvll 8b28637
faster job scheduling
Michaelvll c5881b7
format
Michaelvll cc7b7fd
Fix cancellation logic
Michaelvll 4e45030
Don't schedule a job after reboot
Michaelvll 6903de7
add comment
Michaelvll a6e82eb
revert changes in test
Michaelvll 46b7c11
Add test for cancelling pending jobs
Michaelvll 505f9e3
Make update job status more readable
Michaelvll f4a2b80
schedule more frequently for job cancelling
Michaelvll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we test this manually, just to make sure it does not update the skylet every time?