UptimeFlare/worker
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
..
src feat: optional instant retry before marking a monitor down 2026-07-23 18:10:07 -03:00
.gitignore wip: worker & pages 2023-10-14 15:21:52 +08:00
.prettierrc.yaml misc: run prettier 2025-04-19 21:50:43 +08:00
package-lock.json feat(worker): check all targets in parellel, reduces ~15% cpu time usage in test, also try to a fix rare race condition 2026-01-19 00:52:32 +08:00
package.json feat(worker): check all targets in parellel, reduces ~15% cpu time usage in test, also try to a fix rare race condition 2026-01-19 00:52:32 +08:00
tsconfig.json fix: typo in flag and cleanup 2025-12-29 22:09:30 +08:00
wrangler.toml [WIP] feat: local deployment, still need more testing, data migration & CI todo 2026-01-01 02:26:37 +08:00