mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00
8 lines
280 B
Python
8 lines
280 B
Python
![]() |
import ray.ray_constants as ray_constants
|
||
|
|
||
|
RUNTIME_ENV_RETRY_TIMES = ray_constants.env_integer("RUNTIME_ENV_RETRY_TIMES",
|
||
|
3)
|
||
|
|
||
|
RUNTIME_ENV_RETRY_INTERVAL_MS = ray_constants.env_integer(
|
||
|
"RUNTIME_ENV_RETRY_INTERVAL_MS", 1000)
|