ray/dashboard/modules/runtime_env
Jialing He aa1885ae2a
[runtime env] Make plugin setup process that has not been refactor run in threads. (#22588)
I recently realized that during a runtime_env creation process, a plugin/manager that is very slow to setup may block the creation of other runtime_env, so I make plugin/manager setup run in threads.

[The refactor of `PipManager`](https://github.com/ray-project/ray/pull/22381) is about to be completed, so I ignore it in this PR.
2022-02-28 17:33:13 +08: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] Make plugin setup process that has not been refactor run in threads. (#22588) 2022-02-28 17:33:13 +08:00
runtime_env_consts.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00