vault backup: 2026-05-08 11:55:08

This commit is contained in:
Vadym Samoilenko 2026-05-08 11:55:08 +01:00
parent 10790ce392
commit f2a070e48b
3 changed files with 9 additions and 1 deletions

View file

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

View file

@ -119,6 +119,10 @@ Key env vars (see `.env.prod.example` for complete list):
- RBAC enforced server-side; all reviewer actions emit audit log entries
## Sessions
### 2026-05-08 Debug why failed jobs keep making
**Asked:** Debug why failed jobs keep making API requests and exceeding quota limits.
**Done:** Identified that `EARLY_STATUSES` in `useJob.ts` missing failed state cases, causing continuous polling; also flagged compromised API key needing rotation.
### 2026-05-07 Migrate sandbox users to production environment
**Asked:** Migrate sandbox users to production environment | Reordered imports in ingest_and_ai.py and added strict=True to zip() in vtt.py, completed type-checking | ingest_and_ai.py, vtt.py
**Done:** —

View file

@ -52,3 +52,7 @@ tags: [daily]
- **Done:** Identified hardware-level write protection on the Kingston DataTraveler and provided solutions including Kingston Format Utility or replacing the drive.
- 11:42 (<1min) session ended | `Downloads`
- 11:43 — session ended | `Downloads`
- 11:53 — session ended | `Downloads`
- 11:54 (5min) | `video-accessibility`
- **Asked:** Debug why failed jobs keep making API requests and exceeding quota limits.
- **Done:** Identified that `EARLY_STATUSES` in `useJob.ts` missing failed state cases, causing continuous polling; also flagged compromised API key needing rotation.