feat(fc3c): download_source Celery task + register in celery_app

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-20 20:43:16 -04:00
parent 82fc6afe53
commit 772fb6f9d0
3 changed files with 91 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ def make_celery() -> Celery:
"backend.app.tasks.thumbnail",
"backend.app.tasks.maintenance",
"backend.app.tasks.ml",
"backend.app.tasks.download",
],
)
app.conf.update(