I have read over many threads in here that say to rate limit your scenarios you can use the tool sleep, adding a sleep of one second will only allow 1 bundle per second to come out at a time.
In my current scenario it is not behaving like this.
I have the incoming webhooks limited to 10 per second, and a sleep module of 5 seconds.
What happens is all 10 bundles hit the sleep at the same time, they all wait 5 seconds, then they all come out the other end at the same rate they entered and finish at the same time.
Am I missing something?