vault backup: 2026-04-28 19:39:01

This commit is contained in:
Vadym Samoilenko 2026-04-28 19:39:01 +01:00
parent e8a63f2c67
commit 55b2ca7dbf
2 changed files with 16 additions and 0 deletions

View file

@ -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 |

View file

@ -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.