System status
Live health for Tyxter Messaging infrastructure. Component data is read from the public GET /status endpoint.
All systems operational
Last checked . API version 0.1.0.
Components
Postgres
Durable source of truth for messages, billing, and configuration.
healthy
Redis / BullMQ
Queue execution and short-lived operational coordination.
healthy
Incidents
No active incident feed
Phase 12 ships the customer-facing status page over live component health. Incident history will become dynamic once an incident store is introduced; until then, operational incidents are communicated through customer support channels.
API shape
GET/status
{
"object": "status",
"status": "healthy",
"time": "2026-05-05T12:00:00.000Z",
"components": {
"db": "healthy",
"redis": "healthy"
},
"version": "0.1.0"
}