mirror of
https://github.com/wassname/ray.git
synced 2026-09-25 14:00:37 +08:00
Before this PR we are raising just RayTaskError, this means errors like RayActorError(Actor Died) won't be propogated and thrown at `await object_ref`. This PR fixes that.