If I start two ray servers on the same node (via ray start --head <ip:port>
) how can i later on shut down a specific one? I see ray stop
doesn’t provide command line arguments to specify a concrete ip:port. Any ideas on how to do this?
If I start two ray servers on the same node (via ray start --head <ip:port>
) how can i later on shut down a specific one? I see ray stop
doesn’t provide command line arguments to specify a concrete ip:port. Any ideas on how to do this?