fix(backend): prevent sqs hanging (#7857)

* fix(backend): prevent sqs hanging

* fix dep

* 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.

---------

Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
This commit is contained in:
hugocasa
2026-02-09 17:25:18 +01:00
committed by GitHub
parent ff70a4e9d1
commit a3fc27b232
3 changed files with 3 additions and 1 deletions
+1
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",
+1 -1
View File
@@ -1 +1 @@
cd2713671bc7ac5762302704ee4ecb81e023301f
b1916254951d504db136759f4150a40d3a88a638
+1
View File
@@ -35,3 +35,4 @@ anyhow.workspace = true
chrono.workspace = true
backon.workspace = true
thiserror.workspace = true
aws-smithy-types.workspace = true