From 55b2ca7dbfae1cdca0db32ff64eccf5a6c4abe33 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Tue, 28 Apr 2026 19:39:01 +0100 Subject: [PATCH] vault backup: 2026-04-28 19:39:01 --- .../Sandbox NotebookLM.md | 10 ++++++++++ 99 Daily/2026-04-28.md | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md index f50ec41..fabfbd0 100644 --- a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md +++ b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md @@ -83,6 +83,14 @@ docker compose logs frontend --tail=50 | 2026-03-15 | Pin python-pptx to 0.6.23 | ## Sessions +### 2026-04-28 – Check why a document uploaded at +**Asked:** Check why a document uploaded at 8am hasn't finished processing in the notebook. +**Done:** Diagnosed server logs and found 3 dead IN_PROGRESS tasks and 30 PENDING tasks; reset 33 tasks to FAILED and restarted containers. + +### 2026-04-28 – Check why a document uploaded at +**Asked:** Check why a document uploaded at 8am isn't processing in the notebook. +**Done:** Identified a 500 internal server error causing the processing failure. + ### 2026-04-28 – Asked | Done | Log **Asked:** Asked | Done | Log **Done:** --- | --- | --- @@ -210,6 +218,8 @@ docker compose logs frontend --tail=50 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-28 | Document processing stuck | Reset 33 tasks to FAILED, restarted containers, cleared dead worker processes | server logs, database task records | +| 2026-04-28 | Document processing issue | API 500 error identified, server-side issue | server logs | | 2026-04-28 | Check why uploaded document isn't processing in notebook | Identified stuck task (notebook 181 in IN_PROGRESS since yesterday 16:09 UTC) and queued old PENDING tasks | Server logs | | 2026-04-28 | Document processing bug | File paths in config, Tunnelblick package creation | config file, Tunnelblick.tblk | | 2026-04-28 | VPN server diagnosis | Confirmed packet loss to 10.220.168.x, identified server down/port blocked/stale config as root causes | none | diff --git a/99 Daily/2026-04-28.md b/99 Daily/2026-04-28.md index bd14359..8fdd0ad 100644 --- a/99 Daily/2026-04-28.md +++ b/99 Daily/2026-04-28.md @@ -125,3 +125,9 @@ tags: [daily] - 19:32 | `sandbox-notebookllamalm-nextjs` - **Asked:** Asked | Done | Log - **Done:** --- | --- | --- +- 19:37 | `sandbox-notebookllamalm-nextjs` + - **Asked:** Check why a document uploaded at 8am isn't processing in the notebook. + - **Done:** Identified a 500 internal server error causing the processing failure. +- 19:37 | `sandbox-notebookllamalm-nextjs` + - **Asked:** Check why a document uploaded at 8am hasn't finished processing in the notebook. + - **Done:** Diagnosed server logs and found 3 dead IN_PROGRESS tasks and 30 PENDING tasks; reset 33 tasks to FAILED and restarted containers.