It's possible to hit a cap for number of requests, especially when using service accounts. We should scrape stderr to look for this failure and raise an appropriate exception
An example of the message:
[ERROR] 2023/06/26 11:55:32 (429) Too Many Requests: You've reached the maximum number of this type of requests this service account is allowed to make. Please retry in 58 minutes or try other requests.
It's possible to hit a cap for number of requests, especially when using service accounts. We should scrape stderr to look for this failure and raise an appropriate exception
An example of the message: