gendesign/frontend/src/app/admin
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
..
leads add anal4 2026-04-27 19:45:47 +03:00
scrape fix(admin): bump UI stale threshold 60/90s -> 300s 2026-05-11 16:49:37 +03:00
layout.tsx feat(admin): unify job settings + bulk geo trigger under /admin/scrape/all 2026-05-11 16:02:52 +03:00