mirror of
https://github.com/wassname/ray.git
synced 2026-08-14 12:40:23 +08:00
* support multi-workers per process Signed-off-by: Hao Chen <chenh1024@gmail.com> * use RayConfig Signed-off-by: Hao Chen <chenh1024@gmail.com> * fix Signed-off-by: Hao Chen <chenh1024@gmail.com> * fix * remove clear * address comments * fix lint * fix bug * make WorkerPool and WorkerPoolMock more consistent