mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +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.