mirror of
https://github.com/wassname/ray.git
synced 2026-08-19 12:30:27 +08:00
Fix verbose shutdown error and test_env_with_subprocesses (#6614)
This commit is contained in:
@@ -787,11 +787,6 @@ cdef class CoreWorker:
|
||||
node_ip_address.encode("utf-8"), node_manager_port,
|
||||
task_execution_handler, check_signals, True))
|
||||
|
||||
def disconnect(self):
|
||||
self.destory_event_loop_if_exists()
|
||||
with nogil:
|
||||
self.core_worker.get().Disconnect()
|
||||
|
||||
def run_task_loop(self):
|
||||
with nogil:
|
||||
self.core_worker.get().StartExecutingTasks()
|
||||
|
||||
Reference in New Issue
Block a user