Added extended results
This commit is contained in:
parent
e56155d0e6
commit
d20f8ab70c
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ CELERY_TASK_SERIALIZER = 'json'
|
|||
CELERY_RESULT_SERIALIZER = 'json'
|
||||
CELERY_TIMEZONE = 'UTC'
|
||||
CELERY_TASK_TRACK_STARTED = True
|
||||
CELERY_RESULT_EXTENDED = True
|
||||
CELERY_TASK_TIME_LIMIT = 30 * 60
|
||||
|
||||
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||
|
|
|
|||
Loading…
Reference in a new issue