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
Basically, current master branch fails to terminate the job created with sky launch which has job id 1. After launching job with id 1, running sky exec to launch a second job with job id 2 gets successfully terminated with sky cancel. So current sky cancel behaves differently on the job with job id 1 and the ones get ran after.
The text was updated successfully, but these errors were encountered:
landscapepainter
changed the title
[Core] sky cancel failing to terminate first job started with sky launch
[Core] 'sky cancel' failing to terminate first job started with 'sky launch'
Aug 31, 2024
Basically, current master branch fails to terminate the job created with
sky launch
which has job id1
. After launching job with id1
, runningsky exec
to launch a second job with job id2
gets successfully terminated withsky cancel
. So currentsky cancel
behaves differently on the job with job id 1 and the ones get ran after.Repro:
cancel_test.yaml
:~/cancel_test/cancel.py
:This may be the root cause of #3742
Version & Commit info:
sky -v
: PLEASE_FILL_INsky -c
: PLEASE_FILL_INThe text was updated successfully, but these errors were encountered: