Retry Strategy

Properties can be specified in the service definition which determine how to retry an API call should it fail. The primary purpose of defining retry parameters is when an API is rate-limited, whereby the API only permits a certain number of calls to be made in a given time period.

Procedure

  1. Enter values in the following fields:
    • Delay Multiplier
    • Initial Delay (ms)
    • Number of Retries
  2. Click Next to continue.