Closed josephcsible closed 7 years ago
The result of get_lists isn't cached to disk, so it gets called (and hits Google's API) at least once every time a new instance of Perl is ran. This can quickly result in 429 Too Many Requests errors, which cause the entire operation to fail.
commit 93930d4855c78bcb44834b6b524a7f925e340d46
The result of get_lists isn't cached to disk, so it gets called (and hits Google's API) at least once every time a new instance of Perl is ran. This can quickly result in 429 Too Many Requests errors, which cause the entire operation to fail.