| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| # We need to wait to stay within the rate limits. | ||
| # The alternative outcome is a 403 Forbidden response from upstream. | ||
| # See: https://cloud.google.com/bigquery/quota-policy |
A 429 ("Too many requests") would be way more appropriate than a 403
("Forbidden"), but there is nothing we can do about it here.
Addresses:
#2089 (comment)
We could deal with backend changes if / when tests fail. You can make it a bit less brittle via: 'rate limit' in error.message.lower() |
Sorry, something went wrong.
|
In 10e4f51, I figured out that we capture the JSON error structure, which means we can use the documented rateLimitExceeded reason code, rather than sniffing at the message text. |
Sorry, something went wrong.
Exclude Forbidden exceptions which do not have 'rateLimitExceed' as the reason for one of their errors. Addresses: #2089 (comment).
|
Nice find! LGTM |
Sorry, something went wrong.
* fix: Transformers with non-standard column names through errors * fix
| Back | FazBrowse Home | New Git URL |
Fixes #2075.