Post-mortem Published
A new Post-mortems section collects write-ups of production incidents. The first entry covers the outage that ran from 2026-06-19 to 2026-09-05.June 19 to September 5 outage
Outage post-mortem, 2026-06-19 to 2026-09-05 covers 78 days during whichapi.limitguard.ai returned HTTP 503. The process stayed
alive throughout: its asyncio event loop was blocked in one synchronous call to the
tracing backend that had no timeout, and a blocked process still counted as running, so
the platform never restarted it.
No API behavior changed with this entry, and no customer data was involved. The fixes
it describes shipped to the API between September 5 and September 6, 2026.