Mendix Call Rest Errors occur during high-frequency calls

0
The Mendix Call Rest component encountered errors during high-frequency calls. I have set a delay of one second in the calling interface's Microflow, but when multiple people call continuously, org.apache.http. will still occur NoHttpResponseException error, all interfaces in the project will appear. I tested all interfaces with Postman and found no problem calling them frequently How should I solve this problem?
asked
1 answers
0

This could be caused by the settings of your server see https://docs.mendix.com/refguide/custom-settings/

Maybe have a look at these settings specifically: http.client.MaxConnectionsPerRoute and http.client.MaxConnectionsTotal

answered