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?