pahvalentines/backend/tasks
michael 3e89e28716 feat(video): move video generation to Cloud Run
Offload CPU-intensive FFmpeg video creation to an autoscaling Cloud Run
service to clear the 1600+ task backlog. The Celery video worker becomes
a thin HTTP client (concurrency bumped from 2 to 50) that dispatches to
Cloud Run when CLOUD_RUN_VIDEO_URL is set, with local fallback for dev.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 09:58:57 -06:00
..
__init__.py Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
celery_app.py refactor: convert polling tasks to event-based architecture 2026-02-04 00:28:52 -06:00
workers.py feat(video): move video generation to Cloud Run 2026-02-10 09:58:57 -06:00