vault backup: 2026-04-30 17:16:53

This commit is contained in:
Vadym Samoilenko 2026-04-30 17:16:53 +01:00
parent 175884175d
commit 5faa221445

View file

@ -368,3 +368,9 @@ tags: [daily]
- 17:13 (3min) | `video-accessibility`
- **Asked:** The user cleared the console and encountered a 403 Forbidden error when fetching production queue stats from the API.
- **Done:** No accomplishment was made; this appears to be a bug report or error observation during development.
- 17:14 | `video-accessibility`
- **Asked:** Developer encountered a 403 Forbidden error when fetching production queue stats from the API.
- **Done:** Identified that the Google Cloud Run Jobs API (run_v2) was not installed in the worker and determined that USE_CELERY_FALLBACK=true needs to be set for optical-dev.
- 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.