-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCP rate limit #427
Comments
Hi there @GregoireW 👋! Thank you for opening an issue. Our team will triage this as soon as we can. Please take a moment to review the troubleshooting steps which lists common error messages and their resolution steps. |
..... Why did I never find what I need when I need ? ..... Thank you !! And to sump up ... yep, in my situation exchange token requests is pretty high sometime and as it is a spike from time to time, the api is really low and do not show if you don't watch exactly when this occurs. Anyway I found the service, asked to increase the quota and that all. Again, Thank you. |
@GregoireW what are you doing that results in so many sts requests? |
@sethvargo If I could analyses the request ( the id_token subject for instance) it would be easy to answer :D but basically, we don't want json file credentials, we have a lot of repository, and so a lot of github action are executed . In this particular pool, we have request to get some artifact from artifact registry and we also have a gcs to receive build report/flle ( detailled test report, front end test may post video // report with screenshot when error .... ) exposed internally to the developpers ... |
Can you limit the concurrency of these jobs? |
As long as I can do without this I will I guess. I asked to increase the quota, the validation has go through so now I should not be bothered by that ... As the repo should decrease in activity (well it is not my application, but the path to migrate to another solution exist) I hope in the future this would not happens for this reason. |
TL;DR
More like a discussion than an issue, but I ask here.
I got a "[Security Token Service] The request was throttled due to rate limit. Please retry after a few seconds." error using this auth action.
My question would be:
Thank you.
Detailed design
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: