MCP Server for Xero

Build 25.0.9440

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 server exceeds the number of allowed API requests, the Xero may temporarily reject additional requests. This property determines how long the server pauses before attempting another request. For example:

  • To wait 10 seconds, set: RetryWaitTime = 10000
  • To wait 30 seconds, set: RetryWaitTime = 30000
Increase this value when using multiple concurrent connections. Adjust based on your application’s tolerance for delay and importance of reliability.

This setting works in conjunction with other retry mechanisms to gracefully handle temporary rate-limiting conditions imposed by Xero.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440