mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
![]() Interface example: ```python @ray.remote(runtime_env=RuntimeEnv(..., config=RuntimeEnvConfig(setup_timeout_s=10)) def f(): pass @ray.remote(runtime_env={..., "config": {"setup_timeout_s": 10}}) def f(): pass ``` Support set timeout second for timeout of runtime environment creation. Co-authored-by: 捕牛 <hejialing.hjl@antgroup.com> |
||
---|---|---|
.. | ||
__init__.py | ||
runtime_env_agent.py | ||
runtime_env_consts.py |