Status dashboard¶
Live health view of the Polly stack — Twilio, Vapi, bridge, monitoring cron, and the per-component flap state.
Open in a new tab¶
What you're looking at¶
- Top row: overall traffic light (green / yellow / red).
- Components: YE bridge, Vapi assistant, Twilio account, Polly UK number, status site itself.
- State-change-only: colours only flip when something genuinely changes. Vapi transient timeouts show as
skipped(silent) — not yellow. - Refresh: auto every 30s.
- Backed by cron
aa4111a7-c9f2-460f-b8a9-1e1e37ec847brunning every 15 min.
Privacy¶
The dashboard URL above carries a long random token (?token=…). As of 2026-06-22 the dashboard lives on bridge.yourevenings.com/status.html (we removed CF Access from the old trades.yourevenings.com so Google can index the marketing page now on apex). Security is the token alone — keep the URL out of public chats. If we ever need stronger auth back, the simplest move is to add basic-auth or HMAC at the bridge endpoint.
If the token is ever shared publicly by accident, rotate it in the ye-trades Pages project env vars (STATUS_TOKEN) and update this page.
See also¶
- Monitoring runbook — what's monitored, alert behaviour, on-call response
- Bridge — endpoints + provisioning APIs
- Cloudflare — projects, domains, Access policies