From db71d834e4b79c190891e7b240060ce709f5e8e6 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 21:33:27 +0100 Subject: [PATCH] vault backup: 2026-04-30 21:33:27 --- 99 Daily/2026-04-30.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index 5d70df2..2418672 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -836,3 +836,6 @@ tags: [daily] - 21:27 | `video-accessibility` - **Asked:** Developer encountered a 403 Forbidden error when fetching production queue stats from the API. - **Done:** Identified API permission issue with the GET request to /video-accessibility/api/v1/admin/production/queue-stats endpoint. +- 21:32 | `video-accessibility` + - **Asked:** Debugged 403 Forbidden error on production queue-stats API endpoint. + - **Done:** Identified and fixed ffmpeg-worker crash caused by excessive memory consumption (2.4GB vs 1GB container limit) with concurrent Python processes.