Files
kima-hub/services
Your Name d3b70ccfe9 fix: lightweight scan validation, per-track DB commits, cleanup unit tests
- Replace Essentia full-decode in scan validation with file existence + size
  check only. Full decode happens during analysis; retry mechanism handles
  failures. Eliminates redundant decode per track.
- Wrap scan DB updates in per-track try/except with individual commits so a
  deadlock on one track doesn't abort the entire batch.
- Add commits to error-path handlers that relied on removed batch commit.
- Add 12 unit tests for audioAnalysisCleanup: cleanup logic, circuit breaker,
  TOCTOU protection, stats endpoint.
- Gitignore local stress test directory.
2026-03-10 15:06:32 -05:00
..