mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:53:20 +08:00
611259b2c7
If an actor constructor fails, save that error and re-raise it on any subsequent attempts to interact with the actor. Related to https://github.com/ray-project/ray/issues/282 and https://github.com/ray-project/ray/issues/1093.