Skip to content

Commit

Permalink
Stress: smallcache is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Feb 21, 2014
1 parent 74e4d44 commit 45da6b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions funtests/stress/stress/templates.py
Expand Up @@ -51,6 +51,7 @@ class default(object):
CELERY_RESULT_SERIALIZER = 'json'
CELERY_RESULT_PERSISTENT = True
CELERY_TASK_RESULT_EXPIRES = 300
CELERY_MAX_CACHED_RESULTS = 10
CELERY_QUEUES = [
Queue(CSTRESS_QUEUE,
exchange=Exchange(CSTRESS_QUEUE),
Expand Down Expand Up @@ -104,11 +105,6 @@ class events(default):
CELERY_SEND_TASK_SENT_EVENT = True


@template()
class smallcache(default):
CELERY_MAX_CACHED_RESULTS = 10


@template()
class execv(default):
CELERYD_FORCE_EXECV = True

0 comments on commit 45da6b1

Please sign in to comment.