vault backup: 2026-04-30 21:14:53

This commit is contained in:
Vadym Samoilenko 2026-04-30 21:14:53 +01:00
parent 1a3726184b
commit 2bb9fb03e7

View file

@ -824,3 +824,9 @@ tags: [daily]
- 21:11 | `video-accessibility`
- **Asked:** Investigate 403 error on queue-stats API endpoint and verify project selector in job creation form.
- **Done:** Confirmed job creation form supports project selection and glossary lookup chain works correctly (Job → project_id → Project → client_id → Active glossary).
- 21:13 | `video-accessibility`
- **Asked:** Developer investigated a 403 Forbidden error on the production queue-stats API endpoint.
- **Done:** Identified that `project_id` exists in the job but the glossary chain breaks somewhere in `_get_active_version_id` and `_exact_match` functions.
- 21:13 | `video-accessibility`
- **Asked:** Investigate 403 Forbidden error on queue-stats endpoint and check worker concurrency settings.
- **Done:** Identified API authentication issue on production queue-stats endpoint and reviewed worker concurrency configuration.