mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
CELERY_TASK_EAGER_PROPAGATES = True
This commit is contained in:
parent
80dc0ddd3a
commit
ad63ec7105
|
@ -79,7 +79,7 @@ INSTALLED_APPS += ['django_extensions'] # noqa F405
|
|||
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-always-eager
|
||||
CELERY_TASK_ALWAYS_EAGER = True
|
||||
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-eager-propagates
|
||||
CELERY_EAGER_PROPAGATES = CELERY_TASK_ALWAYS_EAGER
|
||||
CELERY_TASK_EAGER_PROPAGATES = True
|
||||
|
||||
{%- endif %}
|
||||
# Your stuff...
|
||||
|
|
Loading…
Reference in New Issue
Block a user