[minor] Remove get_global_worker(), RuntimeContext (#7638)

This commit is contained in:
Edward Oakes
2020-03-20 15:45:29 -05:00
committed by GitHub
parent 7ebc6783e4
commit 58dc70f90e
12 changed files with 33 additions and 69 deletions
+5
View File
@@ -11,6 +11,11 @@ class RayError(Exception):
pass
class RayConnectionError(RayError):
"""Raised when ray is not yet connected but needs to be."""
pass
class RayTaskError(RayError):
"""Indicates that a task threw an exception during execution.