mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 02:30:52 +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.