feat: infrastructure hardening — WS subscriber refactor, DB pooling, HNSW indexes - #1
Merged
CodeNinjaSarthak merged 1 commit intoMar 9, 2026
Conversation
CodeNinjaSarthak
commented
Mar 9, 2026
Owner
- Refactor Redis pub/sub relay into WebSocketManager.start_subscriber() with exponential backoff (1→30s) and auto-reconnect on failure
- Fix Redis channel prefix: ws:session:{id} → ws:{id} (manager + posting worker)
- Add publish() helper on WebSocketManager for future use
- Tune DB connection pool per worker: pool_size=2, max_overflow=3 (budget: 45 total)
- Add Alembic migration c3d4e5f6a7b8: HNSW indexes on comments and rag_documents embeddings
- Add scripts/truncate_embeddings.sql utility to clear embeddings before re-indexing
- Set postgres max_connections=100 in docker-compose
- Switch Redis maxmemory-policy from allkeys-lru to volatile-lru (preserve non-expiring keys)
- Run uvicorn with --workers 2 in api.Dockerfile
- Remove legacy vanilla-JS frontend files (replaced by React/Vite)
…HNSW indexes
- Refactor Redis pub/sub relay into WebSocketManager.start_subscriber()
with exponential backoff (1→30s) and auto-reconnect on failure
- Fix Redis channel prefix: ws:session:{id} → ws:{id} (manager + posting worker)
- Add publish() helper on WebSocketManager for future use
- Tune DB connection pool per worker: pool_size=2, max_overflow=3 (budget: 45 total)
- Add Alembic migration c3d4e5f6a7b8: HNSW indexes on comments and rag_documents embeddings
- Add scripts/truncate_embeddings.sql utility to clear embeddings before re-indexing
- Set postgres max_connections=100 in docker-compose
- Switch Redis maxmemory-policy from allkeys-lru to volatile-lru (preserve non-expiring keys)
- Run uvicorn with --workers 2 in api.Dockerfile
- Remove legacy vanilla-JS frontend files (replaced by React/Vite)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.