mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:02:56 +08:00
f32368bcbe
* Make note about bug in which actor creation notification message is not received. * Prevent actors from being created on removed nodes. * Prevent actors from being created on nodes with no CPUs. * Fix linting. * Add test for scheduling actors on local schedulers with no CPUs. * Improve error message when actors created before ray.init called.