Commit Graph

2 Commits

Author SHA1 Message Date
sudacode 772635ab96 fix(stats): harden delete maintenance queue and shutdown handling
- Flush pending writes before locking during maintenance
- Handle scheduler failures and worker shutdown races
2026-08-12 00:49:40 -07:00
sudacode 675cb33519 fix(stats): prevent delete maintenance from freezing the UI
- Serialize and coalesce delete requests through a dedicated scheduler
- Chunk large SQLite ID lists to stay below variable limits
2026-08-11 23:11:45 -07:00