Hi @Yang, George · Thank you for reaching out.
Could you please try updating your code with exponential backoff approach, upon receiving Count of cacheOperations is over the limit
error,
- Wait 1 second, retry request
- If still throttled wait 2 seconds, retry request
- If still throttled wait 4 seconds, retry request
- If still throttled wait 8 seconds, retry request
- If still throttled wait 16 seconds, retry request
At this point you should no longer get the error.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.