The quotas limit is per minute, so if we get status code 429 Too Many Request and we wait a minute we should be fine but after we wait a minute the next request has status code 429, it happens even if we wait more than twice like 150 seconds. I can reproduce the issue with a simple example in this repo. In the github action logs, there is one waiting 61 seconds with the issue and other waiting 150 with the same issue.
The quotas limit is per minute, so if we get status code
429 Too Many Requestand we wait a minute we should be fine but after we wait a minute the next request has status code429, it happens even if we wait more than twice like150seconds. I can reproduce the issue with a simple example in this repo. In the github action logs, there is one waiting61seconds with the issue and other waiting150with the same issue.