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
Currently, the Ray client server release object and actor references, but this doesn't kill them when they fall out of scope.
An easy way of doing this is to just disconnect from Ray when the number of connected clients falls to zero, and reconnect when a client connects (starting a new job).
The text was updated successfully, but these errors were encountered:
krfricke
changed the title
Kill running actors and tasks when the client disconnects
[core/client] Kill running actors and tasks when the client disconnects
Jan 13, 2021
Currently, the Ray client server release object and actor references, but this doesn't kill them when they fall out of scope.
An easy way of doing this is to just disconnect from Ray when the number of connected clients falls to zero, and reconnect when a client connects (starting a new job).
The text was updated successfully, but these errors were encountered: