Files
windmill/backend/windmill-common
Ruben Fiszel 425e4ac401 refactor(alerts): read the limiter's gate mark instead of re-deriving it
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).
2026-07-20 15:17:26 +00:00
..
2026-06-15 10:23:16 +02:00