feat: EnvVar allow list is configurable from the UI (#2829)
* feat: EnvVar allow list is configurable from the UI * variable renaming
This commit is contained in:
committed by
GitHub
parent
c06a56ab78
commit
350c8e843f
@@ -835,7 +835,7 @@ pub async fn start_worker(
|
||||
.await
|
||||
.to_vec();
|
||||
|
||||
let context_envs = build_envs_map(context);
|
||||
let context_envs = build_envs_map(context).await;
|
||||
let additional_python_paths = handle_python_deps(
|
||||
job_dir,
|
||||
requirements_o,
|
||||
|
||||
Reference in New Issue
Block a user