From ff112e408e95bf5c614adead8bc7c869ed98e3ad Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 30 Jul 2025 23:30:33 +0000 Subject: [PATCH] handle_deployment_metadata in a task --- backend/Cargo.lock | 1 + backend/ee-repo-ref.txt | 2 +- backend/windmill-git-sync/Cargo.toml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 603504b328..b509f90bfc 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -14979,6 +14979,7 @@ dependencies = [ "serde", "serde_json", "sqlx", + "tokio", "tracing", "uuid", "windmill-common", diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index dcb34ded76..2b8e34d218 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -ea37519393e6252ef7f663d2bfe6e3dbd138c1b4 \ No newline at end of file +f71bb68f5e08399dba557fb95c2c1fb365312260 \ No newline at end of file diff --git a/backend/windmill-git-sync/Cargo.toml b/backend/windmill-git-sync/Cargo.toml index 6a0499639a..144ed74298 100644 --- a/backend/windmill-git-sync/Cargo.toml +++ b/backend/windmill-git-sync/Cargo.toml @@ -21,4 +21,5 @@ serde_json.workspace = true tracing.workspace = true windmill-common = { workspace = true, default-features = false } windmill-queue.workspace = true -regex = "1.10.3" \ No newline at end of file +regex = "1.10.3" +tokio = { workspace = true, features = ["full"] } \ No newline at end of file