From a4d59a81dfb6fffbd185a3aa009eb90c160bf42b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 19 May 2026 14:41:29 +0000 Subject: [PATCH] fix(autoscaling): full-scale below min_workers on large backlog (#9234) * fix(autoscaling): full-scale from below min_workers when backlog exceeds threshold Bump EE ref to pull in the autoscaling fix: when active worker count is below min_workers and a relevant tag's queue depth already exceeds full_scale_jobs_waiting, scale straight to max_workers instead of slowly ramping to min_workers first. Companion EE PR: windmill-labs/windmill-ee-private#improve-pr-9209 Co-Authored-By: Claude Opus 4.7 (1M context) * chore: update ee-repo-ref to b4d68e40430cf0300b5d37734d1505fd743f1059 This commit updates the EE repository reference after PR #578 was merged in windmill-ee-private. Previous ee-repo-ref: 99810eb763703ef0f4b3311338e0e65f53544158 New ee-repo-ref: b4d68e40430cf0300b5d37734d1505fd743f1059 Automated by sync-ee-ref workflow. --------- Co-authored-by: Claude Opus 4.7 (1M context) Co-authored-by: windmill-internal-app[bot] --- backend/ee-repo-ref.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index 7eec3ee9fe..a083af7740 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -a3fefe85f5f2f52bb473fa47acc9efa8fd0b2206 +b4d68e40430cf0300b5d37734d1505fd743f1059