When made multiple REST requests, the API receives the requests in batches of 2 request at a time.

0
Hello, We are using a 'Call Rest’ activity in microflow to make a REST request to an API. As a part of Performance Testing, we made multiple REST calls using this microflow via different user sessions but we could observe that the requests are received at the API end in batches of 2 requests at a time. To narrow down the issue we tried following: Created 4 copies of same microflow and triggered all 5 microflows via single user session. API received all 5 request at once. Is there some configuration of microflow which is applying this limit or this is because of any license limitation?
asked
1 answers
2

I have no experience with this, but here:

https://docs.mendix.com/refguide/custom-settings

it mentions:

http.client.MaxConnectionsPerRoute

with a default of two. Maybe that helps?

answered