I am getting java.net.SocketTimeout Exception when I pushing payload to a RestApi 1000 at a time.
Initially everything works fine but after few iterations , I start getting the sockettimeout exceptions. Although I have already implemented a retry logic to resend the payload incase of such failures but the job duration increased due to these exceptions.
On average , for 20K records , I get around 1500 such failures.