Skip to content

Commit a4604db

Browse files
docs
Signed-off-by: JiangJiaWei1103 <waynechuang97@gmail.com>
1 parent a24d3a8 commit a4604db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

historyserver/pkg/historyserver/router.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,8 @@ func formatTaskForResponse(task eventtypes.Task, detail bool) map[string]interfa
961961
result["required_resources"] = task.RequiredResources
962962
result["runtime_env_info"] = map[string]interface{}{
963963
"serialized_runtime_env": task.SerializedRuntimeEnv,
964+
// RuntimeEnvUris and RuntimeEnvConfig are never populated on the Ray side.
965+
// Ref: https://github.com/ray-project/ray/blob/50c715e79c5ca93118e1280f3842a1946b2cddac/src/ray/core_worker/task_event_buffer.cc#L189-L237.
964966
"runtime_env_config": map[string]interface{}{
965967
"setup_timeout_seconds": 600,
966968
"eager_install": true,

0 commit comments

Comments
 (0)