diff --git a/orchestra/conf/ribaguifi_template/project_name/settings.py b/orchestra/conf/ribaguifi_template/project_name/settings.py index ee1a9512..220c2134 100644 --- a/orchestra/conf/ribaguifi_template/project_name/settings.py +++ b/orchestra/conf/ribaguifi_template/project_name/settings.py @@ -216,6 +216,8 @@ FLUENT_DASHBOARD_ICON_THEME = '../orchestra/icons' import djcelery djcelery.setup_loader() CELERYBEAT_SCHEDULER = 'djcelery.schedulers.DatabaseScheduler' +CELERY_ALWAYS_EAGER = True +CELERY_TASK_ALWAYS_EAGER = True # rest_framework