From 2bb9fb03e798cc9e19c6adfdbf78320da0c8dfbf Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 21:14:53 +0100 Subject: [PATCH] vault backup: 2026-04-30 21:14:53 --- 99 Daily/2026-04-30.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index f738224..2f4fd2e 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -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.