mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
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.