roengle / VexInfo

Uses VexDB API to read statistics different teams competing at a tournament to input into a Google Sheet.
1 stars 0 forks source link

TODO: Implement Exponential Backoff #9

Closed roengle closed 6 years ago

roengle commented 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.

roengle commented 6 years ago

This issue is directed to preventing a quota error btw

roengle commented 6 years ago

Used a rate limiter instead since exponential back off wouldn't really work