video-accessibility/backend/app
michael 76c4c60b0d fix: add tts_failed and render_failed to MongoDB schema validator
MongoDB was rejecting status updates to 'tts_failed' and 'render_failed'
because these values weren't in the schema validator's enum, even though
they were defined in the Python JobStatus model.

This caused TTS failures to leave jobs stuck in 'tts_generating' status
with no error feedback to users - the WriteError from MongoDB prevented
the status and error fields from being updated.

The migration adds both failed statuses to the jobs collection validator.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 14:09:41 -06:00
..
__pycache__ fixed middleware silent swallowing of exceptions FINALLY 2025-10-08 18:19:59 -05:00
api/v1 feat: add server-side zip download for bulk job downloads 2026-01-04 15:57:57 -06:00
core feat: add environment-based worker concurrency for Cloud Run mode 2026-01-02 10:27:07 -06:00
lib initial commit 2025-08-24 16:28:33 -05:00
middleware fixed overly aggressive security algorithm 2025-10-08 17:49:20 -05:00
migrations fix: add tts_failed and render_failed to MongoDB schema validator 2026-01-05 14:09:41 -06:00
models feat: use AD VTT pause points instead of Gemini video analysis 2026-01-03 19:05:45 -06:00
prompts feat: add video-native translation mode for multi-language content 2025-12-31 13:50:05 -06:00
schemas feat: add server-side zip download for bulk job downloads 2026-01-04 15:57:57 -06:00
services feat: add server-side zip download for bulk job downloads 2026-01-04 15:57:57 -06:00
tasks fix: properly set tts_failed status when TTS synthesis fails 2026-01-04 10:45:33 -06:00
telemetry initial commit 2025-08-24 16:28:33 -05:00
main.py feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00