I wish this had a built in rate limit, I wanted to hit an api with lots of test data, I didn't need to actually wait for the response and I didn't really care how long they took.
I just needed to limit how fast the http requests went.
I guess I could do this with the delay and calculate how long it would need to wait.
I just needed to limit how fast the http requests went.
I guess I could do this with the delay and calculate how long it would need to wait.