Autocompact Death Loop
- Entity ID:
ent-20260410-3993103a604d - Type:
issue - Scope:
shared - Status:
active - Aliases: autocompact-death-loop, 250k-bug
Description
1,279 sessions had 50+ consecutive compaction failures (worst: 3,272), burning 250K API calls/day. Fixed with MAX_CONSECUTIVE_AUTOCOMPACT_FAILURES = 3. Bug was documented 3 weeks before shipping.
Key claims
- 250K API calls wasted daily documented in autoCompact.ts source comment
Relations
- autoCompact.ts --[implements]--> Autocompact Death Loop