Support of the Exponential Backoff Retryable Mechanism

By default, the connector handles the following retryable error messages:

  • Request rate higher than configured

  • Quota exceeded

  • Rate limit exceeded

You can configure additional error messages using the following entry key:

Copy
<entry key="connectorRetryableErrors">
  <value>
    <List>
      <String>Error message 1</String>
      <String>Error message 2</String>
    </List>
  </value>
</entry>

You can add a delay after the first retry by adding the following entry key in the application Debug page:

<entry key="waitBeforeProvisioningRetry" value="5"/>

In the example entry above, the delay is five seconds.