fix: add support for azure storage on distributed cache/logs

This commit is contained in:
Ruben Fiszel
2024-03-23 18:42:38 +01:00
parent 3aa61053f1
commit d63f5ee26e
6 changed files with 149 additions and 46 deletions

View File

@@ -860,7 +860,7 @@ pub async fn handle_python_reqs(
job_id.clone(),
w_id.to_string(),
format!(
"pulled {} from s3 cache in {}ms",
"pulled {} from distributed cache in {}ms",
pulled.join(", "),
start.elapsed().as_millis()
),