Open Michaelvll opened 1 week ago
We use ray to schedule subprocesses to run on different nodes and resources. We need to check if that can cause issue with the SIGINT signal. See: https://github.com/ray-project/ray/blob/510686f267be509d270dbaa9284e5b6193559a21/python/ray/dashboard/modules/job/job_supervisor.py#L181C1-L192C19
preexec_fn=( ( lambda: signal.pthread_sigmask( signal.SIG_UNBLOCK, {signal.SIGINT} ) ) if sys.platform != "win32" and os.environ.get("RAY_JOB_STOP_SIGNAL") == "SIGINT" else None ),
Version & Commit info:
sky -v
sky -c
We use ray to schedule subprocesses to run on different nodes and resources. We need to check if that can cause issue with the SIGINT signal. See: https://github.com/ray-project/ray/blob/510686f267be509d270dbaa9284e5b6193559a21/python/ray/dashboard/modules/job/job_supervisor.py#L181C1-L192C19
Version & Commit info:
sky -v
: PLEASE_FILL_INsky -c
: PLEASE_FILL_IN