API
API gateway
Hono + Bun REST surface. All /api routes flow through this tier.
STATUS · LIVE
EasyLiveChat continuously probes each component of the platform. This page is a live read on the same checks that drive our internal alerting — no marketing fluff, no delayed sync.
API
Hono + Bun REST surface. All /api routes flow through this tier.
DB
Tenant-isolated Postgres 16, eu-central-1 primary with hot standby in eu-west-1.
CACHE
Redis 7 — pub/sub, rate-limit, presence, edge-cache backing store.
WS
/agents and /widgets namespaces, Redis adapter for horizontal scaling.
EDGE
L1+L2 cached tenant lookup, TLS termination, custom-domain ACME.
CDN
cdn.EasyLiveChat.com — the embeddable widget loader & locale dictionaries.
LEGEND
REGION
eu-central-1 · Frankfurt (primary)
eu-west-1 · Dublin (warm standby)
RECENT
Meta's upstream returned 503s on roughly 4% of WhatsApp outbound requests for 33 minutes. No customer messages were lost; affected messages were retried automatically once the upstream recovered.
During a routine Postgres maintenance window, read traffic briefly failed over to a stand-by replica. P95 read latency rose to 380ms for 8 minutes; the primary was reattached without incident.
A scheduled Redis upgrade caused the Socket.IO Redis adapter to drop all live sessions simultaneously. Connections reconnected automatically; the reconnect storm caused brief queue back-pressure. Mitigation: staggered reconnect jitter added in v0.9.2.
For real-time incident updates, subscribe at status-subscribe@livechattools.com.