From 5d78e8de9bfbc973b80ce4af7ffc4b4b0c2d4000 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 24 Apr 2026 14:30:50 +0100 Subject: [PATCH] vault backup: 2026-04-24 14:30:50 --- .../sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md | 5 +++++ 99 Daily/2026-04-24.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md index 84b300c..b9349ef 100644 --- a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md +++ b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md @@ -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 | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index eb95ed7..153f6d6 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -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.