Describe the issue:
Attempting to index 800,000 records, but the process is failing with exception 429 Too Many Requests. I’ve tried chunking the requests, adding sleeps, and even chunking into separate service calls, but they all fail at around 185-190,000 request with the 429. It’s making me wonder if there’s some throttling going on.
I was trying to reproduce the error for the detail, but I had also reached out to our Cloud staff. They found we were only using a T3 Small, and have since upgraded to a Large. This seems to have cleaned up the issues.