Skip to content

Commit

Permalink
Merge branch 'ionelmc/extra-stress-template'
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Feb 21, 2014
2 parents 7625f8c + dca18a3 commit 74e4d44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions funtests/stress/stress/templates.py
Expand Up @@ -102,3 +102,13 @@ class confirms(default):
class events(default):
CELERY_SEND_EVENTS = True
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 74e4d44

Please sign in to comment.