System Status

What the desk is doing right now — including what broke.

A status page like the ones engineers use, but for a research desk. Every 15 minutes the pipeline checks its own pulse; every day the publisher runs and writes its outcome here. A quiet system is a healthy one, not a silent one. The receipts are below.

Regime pipeline (last check)
Snapshot exporter (last run)
24h uptime (regime ticks)
%
Recent events

Loading…

How this page works

Two heartbeats drive this page:

  • Regime pipeline watchdog — fires every 15 minutes on the Mac mini (launchd com.dn-bot.platform-watchdog). Checks whether the regime cache in Redis has advanced; ok means the latest 15m bar's regime fingerprint is fresh, stale means the pipeline froze, unreachable means we couldn't even probe.
  • Snapshot exporter — fires daily (cron 14:00 UTC) to refresh data/brief.json + data/track-record.json + data/hypotheses.json. ok means all three exported; degraded means partial; down means none.

Both write to status-log.jsonl, which is the source of this page. Last 480 events kept on disk (~5 days at 15-min cadence); the full historical archive lives in the git history of this file.