mirror of
https://github.com/wassname/ray.git
synced 2026-08-10 12:30:14 +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.