Response 426, Too Many Requests when bulk scripting upserts

I have a script which processes data and runs upserts to fix data. I have 176 upsert operations this last time that needed to be ran, but the script only ran successfully 2 of them (some may be no-op upserts and keep reappearing every time, but the point is the number keeps going down so some are ran and not needed to run the next time.) What I found when consoling the responses is that quite a few of the upserts are returning 426, too many requests. Is there a magic throttler that will always work in Dgraph Cloud Shared instance? How many requests am I allowed per second?

3 Likes

it is also happening in local and it looks like there is no option for that. Anyone has any idea?