Added extended results

This commit is contained in:
Viswamedha Nalabotu 2026-03-11 14:01:49 +00:00
parent e56155d0e6
commit d20f8ab70c

View file

@ -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'