Hi,
We are calling an API from the Before_Outgoing hook. However, we randomly get the following error:
{"message":"socket hang up","name":"Error","stack":"Error: socket hang up\n
at gm.from (/var/task/customer_code.js:195:181815)
.....................
"code":"ECONNRESET","status":null}
The calling code is a simple Axios post. Is there any specific minimum response time that has been setup on your end to cause this perhaps?
We are optimizing as much as we can on our end at the API enpoint, and we also aren't seeing any errors in the IIS logs on our API side to suggest we are dropping the connection. Any ideas or help would be greatly appreciated.