Files
windmill/frontend
Ruben Fiszel 550d9b637b fix(alerts): make the gate alert disablable, measure arrivals correctly
Addresses the review on the oversubscribed-gate alert:

- A new instance setting, critical_alerts_on_oversubscribed_gates (Alerts
  group), gates the alert at the monitor call site so it applies without a
  restart. Defaults on. The boolean Toggle now honors defaultValue so the
  UI renders enabled-when-unset rather than showing off while the backend
  sends alerts.

- Arrivals are measured from concurrency_first_gated_at (new nullable
  column) rather than created_at, so jobs pushed with a future
  scheduled_for that only reach the gate once due are not mistaken for no
  arrivals. Emitter change is in windmill-ee-private (ee-repo-ref bump).

Verified the toggle renders enabled-by-default in the browser.
2026-07-20 15:55:37 +00:00
..
2026-01-22 16:20:01 +00:00
2025-12-23 18:19:30 +00:00
2026-02-19 09:33:33 +00:00
2026-03-05 18:11:40 +01:00
2026-01-22 16:20:01 +00:00
2026-03-18 11:38:22 +00:00

Windmill frontend

The Windmill frontend written in Svelte 5 + Tailwind CSS

The frontend is under AGPL, see the LICENSE file at the root of this repo