From f8cac23aeae6c01cae6841e8d20bdf2f0249e6b5 Mon Sep 17 00:00:00 2001 From: Diptanu Gon Choudhury Date: Thu, 30 Jan 2025 16:01:23 -0800 Subject: [PATCH] update compute version --- server/src/routes.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/src/routes.rs b/server/src/routes.rs index 7d3afec88..7f1d70fa4 100644 --- a/server/src/routes.rs +++ b/server/src/routes.rs @@ -471,6 +471,11 @@ async fn create_or_update_compute_graph( put_result.size_bytes, )?; let name = compute_graph.name.clone(); + info!( + "creating compute graph {}, upgrade existing tasks and invocations: {}", + name, + upgrade_tasks_to_current_version.unwrap_or(false) + ); let request = RequestPayload::CreateOrUpdateComputeGraph(CreateOrUpdateComputeGraphRequest { namespace, compute_graph,