mirror of
https://github.com/Chevron7Locked/kima-hub.git
synced 2026-06-19 07:37:17 +00:00
d3b70ccfe9
- 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.