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: Fix program stopping due to quota #7

Closed roengle closed 6 years ago

roengle commented 6 years ago

Since the default quota for a single user is 100 write requests per 100 seconds, the program crashes roughly at about 100 entries. In my mind, there are two different ways to solve this:

Edit: This bug really only happens on the tournaments with a LOT of teams, like VEX Worlds Events. State or Regional events shouldn't have this issue.

roengle commented 6 years ago

Fixed, simply put a 1 second wait time between each loop for write request.

TeamAPI.java - Line 217