RetryDailyLimit Parameter (Connect-Xero Cmdlet)
Whether to wait when Xero reports that the provider has hit its daily limit.
Syntax
Connect-Xero -RetryDailyLimit SwitchParameter
Data Type
bool
Default Value
false
Remarks
Use of this option is strongly discouraged. See Xero API Limits for more details.
By default the cmdlet will fail if it hits the daily API limit to avoid excessive wait times. If this is enabled and the cmdlet hits the daily API limit, it will instead delay and retry after whatever length of time Xero recommends. This can potentially lead to the cmdlet delaying for several hours.