UptimeFlare/types
LsM Lucas Martins eb449a335f feat: optional instant retry before marking a monitor down
Adds per-monitor `retries` and `retryDelayMs` options. When a check fails,
the monitor is re-checked up to `retries` extra times (waiting `retryDelayMs`
between attempts, default 5000ms) before being reported as down. This filters
out transient blips / false positives, and affects both the status page state
and downtime notifications.

Backward compatible: default `retries: 0` keeps the current behavior (no retry).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-23 18:10:07 -03:00
..
config.ts feat: optional instant retry before marking a monitor down 2026-07-23 18:10:07 -03:00