mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
refactor worker-common
This commit is contained in:
@@ -57,10 +57,12 @@ use crate::global_cache::{build_tar_and_push, pull_from_tar};
|
||||
use crate::S3_CACHE_BUCKET;
|
||||
|
||||
use crate::{
|
||||
common::{get_reserved_variables, handle_child, read_result, set_logs},
|
||||
create_args_and_out_file, write_file, AuthedClientBackgroundTask, DISABLE_NSJAIL,
|
||||
DISABLE_NUSER, HTTPS_PROXY, HTTP_PROXY, LOCK_CACHE_DIR, NO_PROXY, NSJAIL_PATH, PATH_ENV,
|
||||
PIP_CACHE_DIR,
|
||||
common::{
|
||||
create_args_and_out_file, get_reserved_variables, handle_child, read_result, set_logs,
|
||||
write_file,
|
||||
},
|
||||
AuthedClientBackgroundTask, DISABLE_NSJAIL, DISABLE_NUSER, HTTPS_PROXY, HTTP_PROXY,
|
||||
LOCK_CACHE_DIR, NO_PROXY, NSJAIL_PATH, PATH_ENV, PIP_CACHE_DIR,
|
||||
};
|
||||
|
||||
pub async fn create_dependencies_dir(job_dir: &str) {
|
||||
|
||||
Reference in New Issue
Block a user