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
We currently use signal handling in our backend to kill the child processes immediately after keyboard interrupt is sent and print the hints. However, this will cause sky.launch not able to be run in a non-main thread. This is a bug encountered by a user, and we should look into it.
We currently use signal handling in our backend to kill the child processes immediately after keyboard interrupt is sent and print the hints. However, this will cause
sky.launch
not able to be run in a non-main thread. This is a bug encountered by a user, and we should look into it.skypilot/sky/backends/cloud_vm_ray_backend.py
Lines 3257 to 3258 in ac9ba6a
The text was updated successfully, but these errors were encountered: