Limit number of concurrent users without affecting total users #3504
IlluminatedUnicorn
started this conversation in
Artillery
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I need to run a scenario with 100 users but there should never be more than 5 concurrent users. I don't care about duration but I need all 100 users to be run in the end. But when I try just to omit
duration
like this:it results in a test running endlessly trying to fire thousands of users every second. Am I doing smth wrong? What would be the correct way of achieving my goal?
Beta Was this translation helpful? Give feedback.
All reactions