What is the best way to handle https.post calls that take longer than 45 seconds?
We’re making calls to an external service with https.post and are having issues because the response is taking more than 45 seconds.
We’re getting this error:
SSS_REQUEST_TIME_EXCEEDED
What would be the proper way to handle a request that may take longer than 45 seconds to get a response?
You can check for the error in your error handling but you can’t change the timeout value.