Closed roengle closed 6 years ago
Exponential backoff is probably the best way to determine timings for the write requests, instead of using a simple number of milliseconds to wait in between each write request.
This issue is directed to preventing a quota error btw
Used a rate limiter instead since exponential back off wouldn't really work
Exponential backoff is probably the best way to determine timings for the write requests, instead of using a simple number of milliseconds to wait in between each write request.