mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:31:08 +08:00
1c965fcfeb
* separate task placement and task dispatch; throttle task dispatch with locally available resournces * keep track of worker's being started/in flight and suppress starting extraneous workers * cleanup comments * remove early termination in task dispatch to support zero-resource actor tasks * info -> debug * add documentation * linting * mock the worker pool for testing * some linting * kill all workers in flight; clear the worker pool in dtor * remove fixed todo * lint