mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:53:20 +08:00
8723d6b061
* Implement Node class and move most of services.py into it. * Wait for nodes as they are added to the cluster. * Fix Redis authentication bug. * Fix bug in client table ordering. * Address comments. * Kill raylet before plasma store in test. * Minor