We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282f0c7 commit 39e0c1fCopy full SHA for 39e0c1f
{{ cookiecutter.name }}/src/app/conf/celery.py
@@ -4,6 +4,7 @@
4
5
CELERY_BROKER_URL = env("CELERY_BROKER_URL", cast=str, default="redis://localhost:6379/0")
6
CELERY_TASK_ALWAYS_EAGER = env("CELERY_TASK_ALWAYS_EAGER", cast=bool, default=env("DEBUG"))
7
+CELERY_TASK_EAGER_PROPAGATES = True
8
CELERY_TIMEZONE = TIME_ZONE
9
CELERY_ENABLE_UTC = False
10
CELERY_TASK_ACKS_LATE = True
0 commit comments