diff --git a/background/celery_app.py b/background/celery_app.py index dc25262..681a5a3 100644 --- a/background/celery_app.py +++ b/background/celery_app.py @@ -10,5 +10,6 @@ celery = Celery( celery.conf.result_backend_transport_options = { 'global_keyprefix': 'crm_' } +celery.conf.task_default_queue = 'crm' from .tasks import *