video-accessibility/backend/app
michael 7b0ebb357c fix: run Whisper transcription inline instead of as subtask
Celery does not allow calling result.get() within a task as it causes
deadlocks. Changed the implementation to run Whisper transcription
directly using asyncio.to_thread() instead of dispatching to a separate
Celery queue.

The Whisper transcript is still cached in MongoDB for reuse across
language variants.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 08:48:41 -06:00
..
__pycache__ fixed middleware silent swallowing of exceptions FINALLY 2025-10-08 18:19:59 -05:00
api/v1 fix: include client_id in JobResponse for user filter 2025-12-27 07:28:05 -06:00
core feat: add Whisper-based pause point refinement for audio descriptions 2025-12-27 08:27:48 -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 rendering_video status to MongoDB schema validator 2025-12-27 08:40:23 -06:00
models feat: add rendering_video status for accessible video processing 2025-12-27 06:49:46 -06:00
prompts feat: add accessible video (MP4 with embedded audio descriptions) 2025-12-26 11:06:41 -06:00
schemas feat: add Whisper-based pause point refinement for audio descriptions 2025-12-27 08:27:48 -06:00
services feat: add Whisper-based pause point refinement for audio descriptions 2025-12-27 08:27:48 -06:00
tasks fix: run Whisper transcription inline instead of as subtask 2025-12-27 08:48:41 -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