1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-12 14:16:39 -04:00
ray/dashboard/modules/reporter/reporter_consts.py
Balaji Veeramani 7f1bacc7dc
[CI] Format Python code with Black ()
See  and  for the motivation behind these changes.
2022-01-29 18:41:57 -08:00

7 lines
245 B
Python

import ray.ray_constants as ray_constants
REPORTER_PREFIX = "RAY_REPORTER:"
# The reporter will report its statistics this often (milliseconds).
REPORTER_UPDATE_INTERVAL_MS = ray_constants.env_integer(
"REPORTER_UPDATE_INTERVAL_MS", 2500
)