Commit b10464e
authored
fix(health): widen gpsjam maxStaleMin 12h → 24h (koala73#3494)
* fix(health): tighten gpsjam maxStaleMin 12h → 8h for faster outage signal
Wingbits API hit a HTTP 402 quota exhaustion 2026-04-29; the seeder
(scripts/fetch-gpsjam.mjs) gracefully catches the error and extends TTL
on stale data without refreshing fetchedAt — the only signal that the
upstream is down is STALE_SEED on the seed-meta age. The previous 720
(12h) threshold meant 12h of silent staleness before the dashboard
flagged it. 480 (8h) keeps the alarm honest while still tolerating
routine cron jitter on whatever the actual cadence is.
Also added the inline comment that was missing — every other entry in
SEED_META documents the cadence/rationale, this one didn't.
* fix(health): set gpsjam maxStaleMin to 24h (was 8h on PR, 12h before)
Operator decision: rather than tightening to 8h to alarm faster, give
24h headroom so the monthly Wingbits quota issue doesn't keep flipping
the dashboard to STALE_SEED while the upstream plan is being sorted.1 parent c7d0603 commit b10464e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments