Maxim R
Maxim R
> my only practical question is that if you want to limit concurrency without limiting RPS why not just use a high enough number for RPS? This is exactly the...
@hexdigest It took me some time to realize that rate limiting and concurrency limiting are not the same. Rate limit does not limit concurrency if call executions last long enough....
@PoleTransformer really appreciate your effort, I was about to report the same request and prepare a PR =) I see you are using `curl`, as was mentioned above, it introduces...