Summary
Fixes startup blocking before call workers and HTTP listen — the server should accept calls and clients within seconds of boot.
Fixed
- Call workers and WebSocket handling start before delayed-call restore and DB maintenance.
- Delayed-call restore runs in a background goroutine (no longer blocks startup).
- Log index build and category backfill deferred until after the server is ready.
logs_timestamp_idxno longer built synchronously during migration.startup:progress lines added to console output.
Also in 26.06.13
- Throttled background log category backfill.
- Automatic PostgreSQL index corruption recovery on
WriteCall.
See CHANGELOG.md for full details.