mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 14:06:42 +08:00
[Core]Add runtime context for python worker (#10309)
* add runtime context for python * fixed * code fixed * test added * lint * lint
This commit is contained in:
@@ -251,6 +251,7 @@ class GlobalState:
|
||||
actor_table_data.owner_address.raylet_id),
|
||||
},
|
||||
"State": actor_table_data.state,
|
||||
"NumRestarts": actor_table_data.num_restarts,
|
||||
"Timestamp": actor_table_data.timestamp,
|
||||
}
|
||||
return actor_info
|
||||
|
||||
Reference in New Issue
Block a user