From 091530bfd40f353e19079248c130821c3f963716 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 17 Feb 2021 10:22:52 +0100 Subject: [PATCH] adding CELERY_ALWAYS_EAGER to settings --- orchestra/conf/ribaguifi_template/project_name/settings.py | 2 ++ 1 file changed, 2 insertions(+) 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