ray/dashboard/modules/actor/actor_consts.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
119 B
Python
Raw Normal View History

import ray
ACTOR_CHANNEL = "ACTOR"
NIL_NODE_ID = ray.NodeID.nil().hex()
RETRY_GET_ALL_ACTOR_INFO_INTERVAL_SECONDS = 1