RetryDailyLimit
Specifies whether the provider should wait and retry when Xero reports that the daily API usage limit has been reached. Enabling this setting allows the connection to pause and resume automatically based on the wait time recommended by Xero.
Data Type
bool
Default Value
false
Remarks
Setting this option to 'true' is strongly discouraged. Refer to Xero API Limits for detailed guidance on handling rate limits responsibly.
By default, the connector fails immediately if the daily API limit is exceeded. This prevents excessive idle time and allows your application to respond promptly.
When this setting is enabled and the daily limit is hit, the connector instead enters a wait state and retry after the duration recommended by Xero. This delay can last from minutes to several hours, depending on quota reset timing.
Set to 'true' only in long-running, unattended jobs where automatic resumption is preferred. Avoid enabling in interactive or time-sensitive applications.
Note: This setting does not bypass rate limits—it only changes how the driver responds when limits are reached.