RetryWaitTime
Specifies the amount of time (in milliseconds) that the provider should wait before retrying a request after hitting the Xero API rate limit. This delay helps manage request throttling and prevent repeated failures.
Data Type
string
Default Value
"10000"
Remarks
When the connector exceeds the number of allowed API requests, the Xero may temporarily reject additional requests. This property determines how long the connector pauses before attempting another request. For example:
- To wait 10 seconds, set: RetryWaitTime = 10000
- To wait 30 seconds, set: RetryWaitTime = 30000
This setting works in conjunction with other retry mechanisms to gracefully handle temporary rate-limiting conditions imposed by Xero.