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
assert"Rate limiting exceeded: Write rate limit exceeded, request larger than than rate limiter capacity, please try to split your request"inresponse.json()['status']['error']
1167
+
1168
+
# validate that updates with 10 points is allowed because there are enough tokens for each point
assert"Rate limiting exceeded: Write rate limit exceeded: Operation requires 10 tokens but only 0.0 were available. Retry after 60s"inresponse.json()['status']['error']
0 commit comments