mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
425e4ac401
The alert reconstructed the limiter's admission test in SQL to tell a gate-parked backlog from worker starvation. That test spans the running counter, completions inside the time window, per-version setting fallbacks and three bypass paths, and nothing linked the two copies, so each divergence surfaced as a fresh false alert or a suppressed one. Adds v2_job_queue.concurrency_gated, which the limiter sets when it re-queues a job it could not admit; the alert counts unmarked jobs. The query drops to a single scan with no joins. Emitter and limiter changes live in windmill-ee-private (see ee-repo-ref.txt bump).