mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:44:50 +08:00
9bb3633cd9
* Implement metric interface * Address comment: made actor_handles a dict * Fix iteration * Lint * Mark lightweight actors as num_cpus=0 to prevent resource starvation * Be more explicit about the readiness condition * Make task_runner non-blocking * Lint