mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 16:09:39 +00:00
Excluding gate-parked jobs from the queue-depth alert left a real incident unreported: when jobs arrive faster than a gate admits them the backlog only grows and those jobs never run, silently. Adds a distinct per-gate alert for that, wired into the monitor beside the queue-depth one. Emitter lives in windmill-ee-private (see ee-repo-ref.txt bump); this commit carries the CE stub, the monitor wiring, the tests and the query cache.