Add runtime_context to get some runtime fields in worker (#4065)

This commit is contained in:
Wang Qing
2019-02-19 15:57:30 +08:00
committed by Hao Chen
parent 7574757391
commit 794a093249
4 changed files with 44 additions and 6 deletions
+1
View File
@@ -44,6 +44,7 @@ from ray import (
)
from ray import import_thread
from ray import profiling
from ray.core.generated.ErrorType import ErrorType
from ray.exceptions import (
RayActorError,