From 3989b38723da274bd2e223e699867a8da79728bf Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 17:49:17 +0100 Subject: [PATCH] vault backup: 2026-04-30 17:49:17 --- .obsidian/plugins/hoarder-sync/data.json | 2 +- 99 Daily/2026-04-30.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index 3818eb7..db262e6 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1777563235217, + "lastSyncTimestamp": 1777566853448, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index 0fd5c0f..da71b17 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -374,3 +374,6 @@ tags: [daily] - 17:15 | `video-accessibility` - **Asked:** Developer encountered a 403 Forbidden error when fetching production queue stats from the API. - **Done:** Identified missing Google Cloud Run Jobs API dependency and provided steps to enable Celery fallback and restart the worker service. +- 17:48 | `video-accessibility` + - **Asked:** Investigate 403 Forbidden error on production queue-stats API endpoint. + - **Done:** Identified missing USE_CELERY_FALLBACK environment variable in Docker container; deployed fix via git pull and docker compose restart.