gendesign/frontend/src
lekss361 f539e0e414 fix(admin): bump UI stale threshold 60/90s -> 300s
The 'stale' badge in /admin/scrape/* tables was a UI-only label
computed as Date.now() - heartbeat_at > 60s (90s for geo). Heartbeats
naturally lag past 60s during WAF backoff (30s) or NSPD HTTP timeout
(15s) — every page render flashed running jobs as 'stale' even though
they were processing.

300s threshold matches the real auto-resume threshold in the worker
(jobs are zombies only after >5 min of silence). Less false-positive
churn in the UI.
2026-05-11 16:49:37 +03:00
..
app fix(admin): bump UI stale threshold 60/90s -> 300s 2026-05-11 16:49:37 +03:00
components feat(admin): unify job settings + bulk geo trigger under /admin/scrape/all 2026-05-11 16:02:52 +03:00
lib feat(analytics): buildings block + dynamic developer comparison 2026-05-11 16:03:16 +03:00
types feat(analytics): buildings block + dynamic developer comparison 2026-05-11 16:03:16 +03:00