I have a task where I am doing a POST on an api (with --no-web option) ,I have total of 200 users and a hatch rate 200 and --run-time =1m, However when I start the test, locust gives a warning in console:
"Your selected hatch rate is very high (>100), and this is known to sometimes cause issues. Do you really need to ramp up that fast?"
Right now to counter this problem I am using distributed load , Is there any workaround by which can have more than 100 user hatch rate ?
Just for cost saving purposes I am looking forward to have a 500 users and hatch rate of upto 500 users/sec ,so that I wont have to create 5 slaves.
I am currently on Loucust 0.14.5