CELERY_TASK_SOFT_TIME_LIMIT

This commit is contained in:
Nikita P. Shupeyko 2018-06-05 12:54:41 +03:00
parent bf8c0d9f31
commit ca6b073fd8

View File

@ -245,6 +245,9 @@ CELERY_RESULT_SERIALIZER = 'json'
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-time-limit
# TODO: set to whatever value is adequate in your circumstances
CELERY_TASK_TIME_LIMIT = 5 * 60
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-soft-time-limit
# TODO: set to whatever value is adequate in your circumstances
CELERY_TASK_SOFT_TIME_LIMIT = 60
{%- endif %}
# django-allauth