Errors
connector_rate_limited
429 – The platform is limiting the account. The platform, not Tigby, is limiting the connected account.
The platform is limiting the account. Answered with 429.
What it means
The platform, not Tigby, is limiting the connected account. Tigby does not queue platform calls, so the refusal is handed back rather than hidden.
What to do
Wait and try again. This limit is per account on the platform, and it is not the Org's Tigby limit.
The body
{
"type": "https://tigby.eu/problems/connector_rate_limited",
"title": "The platform is limiting the account",
"status": 429,
"detail": "…what was refused, naming this request's own values",
"code": "connector_rate_limited",
"doc_url": "https://docs.tigby.eu/errors/connector_rate_limited",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.