-
Notifications
You must be signed in to change notification settings - Fork 423
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
HttpError: API rate limit exceeded #448
Comments
Hello @austince ! |
Hey there, not a public repo, unfortunately. We've limited the workflow triggers to just when PRs are created, which seems to help, but may not be an acceptable solution for all projects. on:
pull_request_target:
types: [ created ] |
I just ran into this for NixOS/nixpkgs#211832 |
Hello, @austince ! Thank you for reaching out! I apologize for the late response. If that's alright, I would like to ask you to provide me with some additional context regarding this problem. First, if you could, please provide a more detailed description of what seems to be wrong. As for limiting triggers, that could definitely help take some load off of the server processing those requests - as long as it complies with the specific needs of you or your organization. However, there is another suggestion that could make spotting the problem a bit easier:
Thank you very much for your patience and cooperation :) |
Hello, @austince ! I just wanted to give you a gentle ping to see if there are any updates on your end? Thank you :) |
Hi @dusan-trickovic, it has been too long -- no longer have the context here either, not using this anymore. Feel free to close |
@dusan-trickovic See the above open-source PR I linked, it happened there too. Here's a workflow run that failed because of this error: https://github.com/NixOS/nixpkgs/actions/runs/3971508163 |
Hello @infinisil ! Thank you for letting us know about it. I just wanted to ask if you are still experiencing this error? If so, could you provide us with a more recent action run (since the logs and contents of the one you attached have since expired and are no longer available for viewing)? Thank you again for your cooperation :) |
Hi @infinisil ! Sorry, just giving you a gentle ping to see if there are any updates on your end? Thank you! :) |
I don't have a more recent action run right now, I'll let you know when I do. I'm pretty sure it was caused by just having too many changes and labels trying to be added, because the above-linked PR moves about ~12k files around 😅 |
@infinisil thank you! In that case, I'm going to close this issue. If the problem occurs again, please let us know and we will reopen this issue for further investigation. As always, thank you for the cooperation :) |
We're seeing consistent rate limit exceeded errors from this action in our reasonably (~50 runs a day), starting from just a few days ago. Is it possible 4.0.2 increased the load in some way?
The text was updated successfully, but these errors were encountered: