vault backup: 2026-04-24 14:33:38

This commit is contained in:
Vadym Samoilenko 2026-04-24 14:33:38 +01:00
parent 5d78e8de9b
commit 41567ba0d9
3 changed files with 10 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1777034039468,
"lastSyncTimestamp": 1777037615925,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -10,7 +10,7 @@ server: optical-web-1 at /opt/sandbox-notebookllamalm-nextjs
tags: [oliver, ai, notebooklm, llamaindex, rag, multi-user, nextjs15, elevenlabs]
created: 2026-04-14
last_commit: 2026-04-24
commits: 170
commits: 171
---
## Overview
@ -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 hangs, dockerize project,
**Asked:** Update models, fix hangs, dockerize project, and improve deploy scripts with rollback support.
**Done:** Analyzed project models, reviewed git and deploy scripts, dockerized setup, and fixed rollback.sh.
### 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.
@ -97,6 +101,7 @@ docker compose logs frontend --tail=50
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-24 | Dockerization & deployment | Docker setup, deploy script, rollback.sh, model updates | Dockerfile, docker-compose.yml, deploy.sh, rollback.sh |
| 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 |

View file

@ -146,3 +146,6 @@ tags: [daily]
- 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.
- 14:32 | `sandbox-notebookllamalm-nextjs`
- **Asked:** Update models, fix hangs, dockerize project, and improve deploy scripts with rollback support.
- **Done:** Analyzed project models, reviewed git and deploy scripts, dockerized setup, and fixed rollback.sh.