[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:
Lixin Wei
2020-08-27 11:11:42 +08:00
committed by GitHub
parent 2526c06b5e
commit fe6daef85e
4 changed files with 136 additions and 1 deletions
+1
View File
@@ -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