In case it is helpful for anyone.. turns out my SOQL query was too big as I was using the IN operator with many values.
When I reduced my SOQL, instead of connection reset error I got 414 uri too long , then I just reduced it further until it worked.
Send us a ticket, we will try our best to assist you with your problem
Saul Macht
Salesforce error: Connection reset by peer
Hi, I have a recipe action that searches records in Salesforce using SOQL. For some reason, I am getting a connection reset error. I tried repeating the job but the error persists. Any idea what this might be?
#<Errno::ECONNRESET: Connection reset by peer>