mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
5 lines
119 B
Python
5 lines
119 B
Python
import ray
|
|
|
|
ACTOR_CHANNEL = "ACTOR"
|
|
NIL_NODE_ID = ray.NodeID.nil().hex()
|
|
RETRY_GET_ALL_ACTOR_INFO_INTERVAL_SECONDS = 1
|