Skip to content

Commit 14cad1c

Browse files
committed
Debug Odd Celery
1 parent d724cc3 commit 14cad1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/settings/base.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,10 @@
280280
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-time-limit
281281
# TODO: set to whatever value is adequate in your circumstances
282282
CELERY_TASK_TIME_LIMIT = 5 * 60
283+
283284
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-soft-time-limit
284285
# TODO: set to whatever value is adequate in your circumstances
285-
CELERY_TASK_SOFT_TIME_LIMIT = 60
286+
CELERY_TASK_SOFT_TIME_LIMIT = 5 * 60
286287

287288
# django-allauth
288289
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)