When I perform a large number of sequential updates, I consistently see this error in the console:
main-84471a1c05208f3a23dd.js:1 Error: Rate limit passed
I started tracking remaining complexity alongside these updates so I can tune the throttling appropriately. This results in:
Complexity Remaining: 4669989
main-84471a1c05208f3a23dd.js:1 Error: Rate limit passed
Why am I seeing rate limit errors when clearly there is a ton of complexity remaining?