diff --git a/backend/app/tasks/celery_app.py b/backend/app/tasks/celery_app.py index 8c9d063..ebc7f9b 100644 --- a/backend/app/tasks/celery_app.py +++ b/backend/app/tasks/celery_app.py @@ -17,3 +17,5 @@ celery_app.conf.update( task_acks_late=True, worker_prefetch_multiplier=1, ) + +celery_app.autodiscover_tasks(["app.tasks"])