mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
[Core] Add name of actor in the result of ray.actors() (#11828)
Added name field to `actor_info` Fixes #11112
This commit is contained in:
@@ -237,6 +237,7 @@ class GlobalState:
|
||||
"""
|
||||
actor_info = {
|
||||
"ActorID": binary_to_hex(actor_table_data.actor_id),
|
||||
"Name": actor_table_data.name,
|
||||
"JobID": binary_to_hex(actor_table_data.job_id),
|
||||
"Address": {
|
||||
"IPAddress": actor_table_data.address.ip_address,
|
||||
|
||||
Reference in New Issue
Block a user