You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believed our current method of filtering contacts would be efficient enough, but our systems have crashed due to the new high volume threshold limits.
Here is our current approach for fetching contact numbers:
HighVolumeException
Your request is not filtering Contacts efficiently, given the extremely high volume for this organisation. Please check https://developer.xero.com/documentation/api/efficient-data-retrieval for tips on making Contact retrieval more efficient.
Given the volume, it’s too slow and subject to rate limiting to retrieve each row individually.
Is anyone able to suggest an efficient way to retrieve contact information under these constraints? Any insights or recommendations would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I believed our current method of filtering contacts would be efficient enough, but our systems have crashed due to the new high volume threshold limits.
Here is our current approach for fetching contact numbers:
However, we’re encountering the following error:
Given the volume, it’s too slow and subject to rate limiting to retrieve each row individually.
Is anyone able to suggest an efficient way to retrieve contact information under these constraints? Any insights or recommendations would be greatly appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered: