System Status
Editorial Conductor
Live checks run on every page load · Wed, 17 Jun 2026 13:46:56 GMT
All Systems Operational
4 of 4 services healthy
Website & CDN
Netlify Edge Network
Database
Supabase PostgreSQL
1619ms
AI Engine
Anthropic Claude
1629ms
Payment Processing
Stripe
1605ms
Incident History
Writer merge — connection timeout
Users attempting to merge Conductor feedback received an "Inactivity Timeout" error. The merge was generating a full chapter rewrite server-side before sending a single byte back — Netlify's load balancer killed the silent connection after ~30 seconds.
Fix: Switched to SSE streaming so tokens flow back immediately, keeping the connection alive. Also switched the rewrite model to Haiku for speed.
3 May 2026 · AI Engine · ~2 hours · Affected: writer merge feature
Analysis pipeline — slow processing (20+ min/chapter)
Chapter analyses were taking 20+ minutes per chapter instead of the expected 3–4 minutes. The edge function was deployed without the --no-verify-jwt flag, causing internal self-invocations to return 401 errors. The pipeline fell back to a 2-minute stale-job recovery loop between each of the ten agents.
Fix: Redeployed the edge function with --no-verify-jwt. Deployment checklist updated to prevent recurrence.
May 2026 · Analysis Worker · Occurred twice · Affected: all chapter analyses
Showing all recorded incidents. Both resolved with no data loss.