vault backup: 2026-05-08 12:43:18

This commit is contained in:
Vadym Samoilenko 2026-05-08 12:43:18 +01:00
parent 28656266c0
commit 645e426d03
2 changed files with 4 additions and 1 deletions

View file

@ -10,7 +10,7 @@ server: optical-dev
tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb]
created: 2026-04-14
last_commit: 2026-05-08
commits: 378
commits: 379
port: 8000
db: MongoDB Atlas
service: docker-compose

View file

@ -105,3 +105,6 @@ tags: [daily]
- 12:36 | `video-accessibility`
- **Asked:** Asked | Helped fix 400 Bad Request error on job downloads endpoint and restore correct data models
- **Done:** Done | Identified that code was baked into Docker image; performed full rebuild with docker compose to deploy updated models
- 12:42 | `video-accessibility`
- **Asked:** Fix 503 error on job downloads endpoint to handle high demand like 429 does.
- **Done:** Updated error handling in _generate to retry on 503 status codes, not just 429.