ray/dashboard/modules/runtime_env
Jialing He 4a83bc3dc2
[runtime env] Support set timeout for runtime env setup (#23082)
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>
2022-03-18 12:52:59 -05:00
..
__init__.py [runtime env] support create or delete runtime envs in agent (#15904) 2021-06-09 20:22:25 +08:00
runtime_env_agent.py [runtime env] Support set timeout for runtime env setup (#23082) 2022-03-18 12:52:59 -05:00
runtime_env_consts.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00