Skip to content

Commit

Permalink
update compute version
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jan 31, 2025
1 parent d387d60 commit f8cac23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f8cac23

Please sign in to comment.