diff --git a/backend/app/tasks/celery_app.py b/backend/app/tasks/celery_app.py index ebc7f9b..0b0696c 100644 --- a/backend/app/tasks/celery_app.py +++ b/backend/app/tasks/celery_app.py @@ -18,4 +18,4 @@ celery_app.conf.update( worker_prefetch_multiplier=1, ) -celery_app.autodiscover_tasks(["app.tasks"]) +celery_app.autodiscover_tasks(["app"])