vault backup: 2026-04-30 17:49:17

This commit is contained in:
Vadym Samoilenko 2026-04-30 17:49:17 +01:00
parent 5faa221445
commit 3989b38723
2 changed files with 4 additions and 1 deletions

View file

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

View file

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