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.