ray/doc/source/ray-core
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
..
_examples/datasets_train [test] add back deleted datasets train test file (#23051) 2022-03-10 21:46:07 -08:00
actors [docs] Fix malformatted list in "Advanced Pattern: Fault Tolerance with Actor Checkpointing" (#23319) 2022-03-18 10:50:13 -07:00
doc_code [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
examples [docs] re/move old core examples (#22802) 2022-03-10 12:17:00 -08:00
images [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
objects [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
tasks [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
actors.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
advanced.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
configure.rst [GCS-Ray] update doc and error message for GCS-Ray (#22528) 2022-02-22 17:56:30 -08:00
cross-language.rst [C++ Worker]Python call cpp worker (#22820) 2022-03-10 11:06:14 -08:00
handling-dependencies.rst [runtime env] Support set timeout for runtime env setup (#23082) 2022-03-18 12:52:59 -05:00
key-concepts.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
more-topics.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
namespaces.rst [docs] integrate algolia docsearch, move to sphinx panels (#21814) 2022-01-24 17:00:41 -08:00
objects.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
package-ref.rst [runtime env] Support set timeout for runtime env setup (#23082) 2022-03-18 12:52:59 -05:00
placement-group.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
ray-dashboard.rst [docs] new structure (#21776) 2022-01-21 15:42:05 -08:00
starting-ray.rst [Doc] [jobs] Add links to Job Submission and improve doc (#23209) 2022-03-18 12:52:13 -05:00
tasks.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
tips-for-first-time.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
troubleshooting.rst [docs] new structure (#21776) 2022-01-21 15:42:05 -08:00
user-guide.rst [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
using-ray-with-jupyter.rst [docs] re/move old core examples (#22802) 2022-03-10 12:17:00 -08:00
walkthrough.rst [C++ API][Doc] Add doc and error log to notice C++ API is not supported on Windows (#23272) 2022-03-18 10:52:57 +08:00