gendesign/backend/app/api
Light1YT 6d6abf30b1
Some checks failed
CI / backend-tests (pull_request) Successful in 11m11s
CI / changes (pull_request) Successful in 7s
CI / frontend-tests (pull_request) Has been skipped
CI / openapi-codegen-check (pull_request) Failing after 2m3s
feat(workers): Celery-beat data-freshness monitor with GlitchTip alerts
Extract compute_freshness(db) from the /admin/scrape/freshness handler (single
source of truth, endpoint response unchanged) and add a daily beat task
scrape_freshness_check that alerts via sentry_sdk.capture_message when a source
is stale/failed — level=error if a critical source fully failed, else warning;
also logs at matching severity so a no-DSN worker still surfaces it. Registered
in celery include + beat (09:00 MSK daily, after the nightly scraper cluster).

Closes #freshness-monitor (rank 7 follow-up)
2026-06-25 16:02:13 +05:00
..
v1 feat(workers): Celery-beat data-freshness monitor with GlitchTip alerts 2026-06-25 16:02:13 +05:00
__init__.py init 2026-04-25 13:45:19 +03:00