We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d724cc3 commit 14cad1cCopy full SHA for 14cad1c
config/settings/base.py
@@ -280,9 +280,10 @@
280
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-time-limit
281
# TODO: set to whatever value is adequate in your circumstances
282
CELERY_TASK_TIME_LIMIT = 5 * 60
283
+
284
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-soft-time-limit
285
-CELERY_TASK_SOFT_TIME_LIMIT = 60
286
+CELERY_TASK_SOFT_TIME_LIMIT = 5 * 60
287
288
# django-allauth
289
# ------------------------------------------------------------------------------
0 commit comments