Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1525 from akatsoulas/akismet-time-limit
Browse files Browse the repository at this point in the history
Raise the task time limit to 150 seconds.
  • Loading branch information
akatsoulas committed Sep 27, 2016
2 parents 0881bf1 + ee2f292 commit e68e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozillians/settings/base.py
Expand Up @@ -495,7 +495,7 @@ def _allowed_hosts():

# Time in seconds before celery.exceptions.SoftTimeLimitExceeded is raised.
# The task can catch that and recover but should exit ASAP.
CELERYD_TASK_SOFT_TIME_LIMIT = 60 * 2
CELERYD_TASK_SOFT_TIME_LIMIT = 150

MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'

Expand Down

0 comments on commit e68e19d

Please sign in to comment.