vault backup: 2026-04-30 16:59:11

This commit is contained in:
Vadym Samoilenko 2026-04-30 16:59:11 +01:00
parent 742f287c56
commit cdf2a2da50

View file

@ -350,3 +350,9 @@ tags: [daily]
- 16:56 | `video-accessibility`
- **Asked:** Developer received 403 Forbidden error when fetching production queue stats from the API.
- **Done:** Identified that MongoDB schema validator on jobs collection was missing `processing_failed` status in enum, blocking the write operation.
- 16:57 | `video-accessibility`
- **Asked:** How to resolve 403 Forbidden error on production queue-stats API endpoint?
- **Done:** Identified unapplied database migration and provided commands to run migration and reset job status.
- 16:58 | `video-accessibility`
- **Asked:** Developer needs to fix a 403 Forbidden error when fetching production queue stats from the API.
- **Done:** Identified that a migration adding `processing_failed` to the job validator exists but wasn't applied on the server, provided commands to pull changes and run migrations.