mirror of
https://github.com/vale981/ray
synced 2025-03-11 05:46:37 -04:00
8 lines
245 B
Python
8 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
|
||
|
)
|