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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37be1-2c0d1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37be1-2c0d1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?