You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
jyeros
changed the title
Quota limit: 429 after wait more than a minute
Quota limit: 429 after waiting more than 1 minute
Apr 8, 2021
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 code429
, it happens even if we wait more than twice like150
seconds. I can reproduce the issue with a simple example in this repo. In the github action logs, there is one waiting61
seconds with the issue and other waiting150
with the same issue.The text was updated successfully, but these errors were encountered: