mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
The saturation check read only concurrency_counter.job_uuids, but the limiter admits on running jobs plus those that ended inside concurrency_time_window_s, so a gate held shut purely by recent completions read as free and its backlog raised the same false capacity alert one completion later. Emitter change lives in windmill-ee-private (see ee-repo-ref.txt bump). Adds the regression test for that case and refreshes the query cache.