mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
![]() This PR refactors several components to support switching to GCS address bootstrapping later: - Treat address from `ray.init()` and `ray` CLI as bootstrap address instead of assuming it is Redis address. - Ray client servers support `--address` flag instead of `--redis-address`. - A few other miscellaneous cleanup. Also, add a test for starting non-head node with `ray start`. |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
cli.py | ||
common.py | ||
job_head.py | ||
job_manager.py | ||
sdk.py | ||
utils.py |