vault backup: 2026-04-24 14:30:50

This commit is contained in:
Vadym Samoilenko 2026-04-24 14:30:50 +01:00
parent dbd903eaca
commit 5d78e8de9b
2 changed files with 8 additions and 0 deletions

View file

@ -82,6 +82,10 @@ docker compose logs frontend --tail=50
| 2026-03-15 | Pin python-pptx to 0.6.23 |
## Sessions
### 2026-04-24 Update models, fix hanging issues, and
**Asked:** Update models, fix hanging issues, and implement Docker setup with proper deploy scripts.
**Done:** Added 120s timeout to query engine initialization and 130s timeout to WebSocket handler to prevent hangs; prepared commit with pipeline and chat fixes.
### 2026-04-24 Investigated project structure, identified model dependencies,
**Asked:** Investigated project structure, identified model dependencies, and fixed hanging issues with timeouts.
**Done:** Added asyncio timeouts to pipeline_manager.py and chat.py WebSocket handlers, plus timeout protection for background tasks.
@ -93,6 +97,7 @@ docker compose logs frontend --tail=50
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-24 | Infrastructure updates | Query engine timeout (120s), WebSocket handler timeout (130s), background task fixes | pipeline_manager.py, chat.py, background_tasks.py |
| 2026-04-24 | Model investigation & hangs fix | asyncio.wait_for timeouts (120s/130s), error handling in WS | pipeline_manager.py, chat.py, background_tasks.py |
| 2026-03-16 | Brand color update | Indigo → amber #FFC407 | global styles |
| 2026-03-15 | PPTX from template | New from-template workflow | notebooks.py, frontend |

View file

@ -143,3 +143,6 @@ tags: [daily]
- 14:25 (33min) | `sandbox-notebookllamalm-nextjs`
- **Asked:** Investigated project structure, identified model dependencies, and fixed hanging issues with timeouts.
- **Done:** Added asyncio timeouts to pipeline_manager.py and chat.py WebSocket handlers, plus timeout protection for background tasks.
- 14:29 | `sandbox-notebookllamalm-nextjs`
- **Asked:** Update models, fix hanging issues, and implement Docker setup with proper deploy scripts.
- **Done:** Added 120s timeout to query engine initialization and 130s timeout to WebSocket handler to prevent hangs; prepared commit with pipeline and chat fixes.