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
[jobs] catch jobs that are DONE but non-terminal (#4641)
* [jobs] catch jobs that are DONE but non-terminal
Usually, a job should always transition to a terminal status before it
is set to DONE. However, if a bug makes that fail for some
reason (e.g. the issues fixed in #4637), we should still catch this
state.
* address PR comments
* address more PR comments
* Update sky/jobs/utils.py
Co-authored-by: Zhanghao Wu <[email protected]>
* Update sky/jobs/utils.py
Co-authored-by: Zhanghao Wu <[email protected]>
---------
Co-authored-by: Zhanghao Wu <[email protected]>
0 commit comments