vault backup: 2026-05-08 11:55:08
This commit is contained in:
parent
10790ce392
commit
f2a070e48b
3 changed files with 9 additions and 1 deletions
2
.obsidian/plugins/hoarder-sync/data.json
vendored
2
.obsidian/plugins/hoarder-sync/data.json
vendored
|
|
@ -4,7 +4,7 @@
|
|||
"syncFolder": "Hoarder",
|
||||
"attachmentsFolder": "Hoarder/attachments",
|
||||
"syncIntervalMinutes": 60,
|
||||
"lastSyncTimestamp": 1778233540868,
|
||||
"lastSyncTimestamp": 1778237140762,
|
||||
"updateExistingFiles": false,
|
||||
"excludeArchived": true,
|
||||
"onlyFavorites": false,
|
||||
|
|
|
|||
|
|
@ -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:** —
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue