diff --git a/performance-testing/locust_run.py b/performance-testing/locust_run.py index bd6cf260a..615b0d260 100644 --- a/performance-testing/locust_run.py +++ b/performance-testing/locust_run.py @@ -256,7 +256,7 @@ def get_page(self, endpoint, page=1): @task def celery_test(self): - self.client.get("/celery-test/", name="celery-test", timeout=TIMEOUT) + self.client.get("/devops/celery-status/", name="celery-status", timeout=TIMEOUT) @task def load_contacts(self): @@ -298,4 +298,4 @@ def load_transactions(self): class Swarm(user.HttpUser): tasks = [Tasks] - wait_time = between(1, 5) + wait_time = between(1.5, 4)