Connection Reset when calling outbound REST API: How to keep connection alive until it finishes?
I have an outbound REST API endpoint call in a Scheduled Job Script. At first, I was receiving the HTTP timeout but I fixed that by setting response.setHttpTimeout() to some very high value. Now, however, I am receiving connection reset/timeout error...