IntegrationConfig retries are not working

Hello Sailor,

We have created IntegrationConfig, Provisioning is working for the managed application. We are concerning about retries are not working for the requests which are about to provision with IntegrationConfig.

Application requests are getting retrying but requests which generated for the integration config are not retrying. I tired placing the below entries in app and integration config.

<entry key="provisioningMaxRetries" value="3"/>
<entry key="provisioningRetry`Preformatted text`Threshold" value="2"/>
<entry key="retryableErrors">
<value>
<List>
<String>Server returned HTTP response</String>
<String>Native Identity should not be</String>
<String>Failed to connect to server</String>
</List>
</value>
</entry>

Am i missing any thing here? Thanks in advance.

Regards

Vijay Mamidi

Integration config are “fire and forget” type of integation and Retries does not work as the OOTB feature.
You will need to write the "retry piece inside you provisioning class used on the integration config.

Best!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.