feat(admin): observability — job history, live now-analyzing, durations & metrics (0.84.0) (#6)
Some checks failed
deploy / test-backend (push) Failing after 19m59s
deploy / test-frontend (push) Successful in 9m54s
deploy / build-and-push (push) Has been skipped
deploy / deploy (push) Has been skipped

This commit was merged in pull request #6.
This commit is contained in:
2026-06-16 12:21:13 +00:00
parent 790549636f
commit d51ab2a049
41 changed files with 3655 additions and 21 deletions

View File

@@ -666,6 +666,7 @@ async fn spawn_crawler_daemon(
daily_at: cfg.daily_at,
tz: cfg.tz,
retention_days: cfg.retention_days,
metrics_retention_days: cfg.metrics_retention_days,
session_expired,
status: status.clone(),
job_timeout: cfg.job_timeout,