mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 09:12:56 +08:00
Streaming rich function (#8602)
This commit is contained in:
@@ -83,6 +83,7 @@ class StreamTask(ABC):
|
||||
import atexit
|
||||
atexit.register(exit_handler)
|
||||
|
||||
# TODO(chaokunyang) add task/job config
|
||||
runtime_context = RuntimeContextImpl(
|
||||
self.worker.execution_task.task_id,
|
||||
self.worker.execution_task.task_index, execution_node.parallelism)
|
||||
|
||||
Reference in New Issue
Block a user