aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/settings/local.py')
-rw-r--r--config/settings/local.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/settings/local.py b/config/settings/local.py
index e95cbb9..07f38f9 100644
--- a/config/settings/local.py
+++ b/config/settings/local.py
@@ -73,10 +73,6 @@ if env("USE_DOCKER") == "yes":
# ------------------------------------------------------------------------------
# https://django-extensions.readthedocs.io/en/latest/installation_instructions.html#configuration
# INSTALLED_APPS += ["django_extensions"]
-# Celery
-# ------------------------------------------------------------------------------
-# https://docs.celeryq.dev/en/stable/userguide/configuration.html#task-eager-propagates
-CELERY_TASK_EAGER_PROPAGATES = True
# Your stuff...
# ------------------------------------------------------------------------------