I use postman and web pages to trigger a request, and then the triggered event takes a long time to execute. It wasn't long before the second and third words were automatically triggered.

as mentioned, I put the endpoint at the beginning of service, and then execute it to the breakpoint, lalalal. I triggered the url, breakpoint and came in again, plus the start of a total of three times, is it because the web page has not received a response for a long time and automatically try, this is what is going on? Is there any way to come in only once?

Mar.25,2021

provide an experience. I used node's request library to call other API with similar problems. Later, I checked that the node httprequest class has a default timeout of 2 minutes. If there is no response to the request, it will try once. You provide too little information, do not know your specific scenario, for reference only.

Menu