Files
windmill/backend/src
Ruben Fiszel 8fe64f5af0 feat(alerts): alert on structurally undrainable concurrency gates
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.
2026-07-20 15:17:26 +00:00
..