Summary
Fixes log category backfill blocking startup/ingest and adds automatic PostgreSQL index corruption recovery during call writes.
Fixed
- Log category backfill — deferred until after the server is ready; runs in small throttled batches so call ingest and client connections are not starved for DB pool slots during startup. Completion tracked in
rdioScannerMetaso it does not re-run on every restart. - PostgreSQL index corruption — detects
SQLSTATE XX002duringWriteCall, rebuilds the affected index automatically, and retries the insert once.
See CHANGELOG.md for full details.