mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 10:33:16 +08:00
Add --worker-port-list option to ray start (#11481)
This commit is contained in:
@@ -720,6 +720,7 @@ class Node:
|
||||
object_store_memory,
|
||||
min_worker_port=self._ray_params.min_worker_port,
|
||||
max_worker_port=self._ray_params.max_worker_port,
|
||||
worker_port_list=self._ray_params.worker_port_list,
|
||||
object_manager_port=self._ray_params.object_manager_port,
|
||||
redis_password=self._ray_params.redis_password,
|
||||
metrics_agent_port=self._ray_params.metrics_agent_port,
|
||||
|
||||
Reference in New Issue
Block a user