Browse Source

Stresstests: Changes result expiry to 1 minute

Ask Solem 11 years ago
parent
commit
3bdc7012b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      funtests/stress/stress/templates.py

+ 1 - 0
funtests/stress/stress/templates.py

@@ -50,6 +50,7 @@ class default(object):
     CELERY_TASK_SERIALIZER = 'json'
     CELERY_RESULT_SERIALIZER = 'json'
     CELERY_RESULT_PERSISTENT = True
+    CELERY_TASK_RESULT_EXPIRES = 60
     CELERY_QUEUES = [
         Queue(CSTRESS_QUEUE,
               exchange=Exchange(CSTRESS_QUEUE),