Revert "Revert "Enable Ray client server by default (#13350)" (#13429)" (#13442)

* Revert "Revert "Enable Ray client server by default (#13350)" (#13429)"

This reverts commit 560299972c.

* fix job id collision with ray client server
This commit is contained in:
Eric Liang
2021-02-02 00:17:29 -08:00
committed by GitHub
parent 88ab887cc4
commit 26beb3b67b
4 changed files with 14 additions and 31 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ def debug(address):
"--ray-client-server-port",
required=False,
type=int,
default=None,
default=10001,
help="the port number the ray client server will bind on. If not set, "
"the ray client server will not be started.")
@click.option(