Browse Source

[stresstests] Set prefetch multiplier to 1 by default so that QoS starvation happens faster

Ask Solem 12 years ago
parent
commit
62126452d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      funtests/stress/stress/app.py

+ 1 - 1
funtests/stress/stress/app.py

@@ -19,7 +19,7 @@ app = Celery(
     set_as_current=False,
 )
 app.conf.update(
-    CELERYD_PREFETCH_MULTIPLIER=10,
+    CELERYD_PREFETCH_MULTIPLIER=1,
     CELERY_DEFAULT_QUEUE=CSTRESS_QUEUE,
     CELERY_QUEUES=(
         Queue(CSTRESS_QUEUE,