-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Tune] Add timeout for experiment checkpoint syncing to cloud #30855
[Tune] Add timeout for experiment checkpoint syncing to cloud #30855
Commits on Nov 30, 2022
-
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8e4f40 - Browse repository at this point
Copy the full SHA b8e4f40View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d56179 - Browse repository at this point
Copy the full SHA 7d56179View commit details
Commits on Dec 1, 2022
-
Add logic for setting timeout based on sync process start time
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a30021c - Browse repository at this point
Copy the full SHA a30021cView commit details -
Fix existing sync handling to use Syncer.wait, which sets a timeout
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dd30ba - Browse repository at this point
Copy the full SHA 6dd30baView commit details -
Move time remaining logic to the BackgroundProcess wait
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b73ec5a - Browse repository at this point
Copy the full SHA b73ec5aView commit details -
Test that new syncs should start after timeout
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3f2c0f - Browse repository at this point
Copy the full SHA d3f2c0fView commit details -
Set sync_timeout config in _DefaultSyncer
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9e02e3 - Browse repository at this point
Copy the full SHA c9e02e3View commit details -
Add sync timeout handling to TrialRunner
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b81beca - Browse repository at this point
Copy the full SHA b81becaView commit details -
Add trial runner checkpoint sync timeout tests
Signed-off-by: Justin Yu <[email protected]> Remove unused pytest import Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c79af4 - Browse repository at this point
Copy the full SHA 5c79af4View commit details
Commits on Dec 2, 2022
-
Merge branch 'master' of https://github.com/ray-project/ray into expe…
…riment_checkpoint_timeout
Configuration menu - View commit details
-
Copy full SHA for 23bdbb2 - Browse repository at this point
Copy the full SHA 23bdbb2View commit details -
Update expected exception type in test
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0fc9fc - Browse repository at this point
Copy the full SHA a0fc9fcView commit details -
Merge branch 'master' of https://github.com/ray-project/ray into expe…
…riment_checkpoint_timeout
Configuration menu - View commit details
-
Copy full SHA for 064b2a7 - Browse repository at this point
Copy the full SHA 064b2a7View commit details
Commits on Dec 5, 2022
-
Add start_time property to mock sync process in test
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc26d90 - Browse repository at this point
Copy the full SHA dc26d90View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into expe…
…riment_checkpoint_timeout
Configuration menu - View commit details
-
Copy full SHA for c588bf8 - Browse repository at this point
Copy the full SHA c588bf8View commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 576acd4 - Browse repository at this point
Copy the full SHA 576acd4View commit details -
Signed-off-by: Justin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6b6ca2 - Browse repository at this point
Copy the full SHA d6b6ca2View commit details -
Merge branch 'master' of https://github.com/ray-project/ray into expe…
…riment_checkpoint_timeout
Configuration menu - View commit details
-
Copy full SHA for e531744 - Browse repository at this point
Copy the full SHA e531744View commit details