Browse Source

Add an execv template for stress tests.

Ionel Cristian Mărieș 11 years ago
parent
commit
dca18a3018
1 changed files with 6 additions and 0 deletions
  1. 6 0
      funtests/stress/stress/templates.py

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

@@ -103,6 +103,12 @@ 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