function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
hamberghamberg 

Does the enableRetries parameter work?

I have our integration setup to enableRetries but instead of executing a retry, when there is a timeout error, the process aborts. This is what I have in our process-conf.xml bean on all our objects.

 

 

<entry key="sfdc.enableRetries" value="true"/>
<entry key="sfdc.maxRetries" value="3"/>
<entry key="sfdc.minRetrySleepSecs" value="2"/>

 

It never seems to work - any idea why?