Compare commits

...

3 Commits

Author SHA1 Message Date
windmill-internal-app[bot]
b97ac1b57f chore: update ee-repo-ref to b1916254951d504db136759f4150a40d3a88a638
This commit updates the EE repository reference after PR #410 was merged in windmill-ee-private.

Previous ee-repo-ref: a5d74260b942eb208cd4b963bd63d74ad5240931

New ee-repo-ref: b1916254951d504db136759f4150a40d3a88a638

Automated by sync-ee-ref workflow.
2026-02-09 16:03:29 +00:00
HugoCasa
9ca4f4a225 fix dep 2026-02-09 16:31:35 +01:00
HugoCasa
28274ff0e6 fix(backend): prevent sqs hanging 2026-02-09 16:21:51 +01:00
3 changed files with 3 additions and 1 deletions

1
backend/Cargo.lock generated
View File

@@ -16882,6 +16882,7 @@ dependencies = [
"aws-credential-types",
"aws-sdk-sqs",
"aws-sdk-sts",
"aws-smithy-types",
"axum 0.7.9",
"backon",
"chrono",

View File

@@ -1 +1 @@
cd2713671bc7ac5762302704ee4ecb81e023301f
b1916254951d504db136759f4150a40d3a88a638

View File

@@ -35,3 +35,4 @@ anyhow.workspace = true
chrono.workspace = true
backon.workspace = true
thiserror.workspace = true
aws-smithy-types.workspace = true