-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
deps: update eslint job failed #48213
Comments
A lot of dependencies update failure happened, I've closed most of the issue automatically opened. I think the main cause is github api rate limit. There is a PR open to solve this issue |
The error message of one of the failed job is
As per the doc, even authenticated request can hit a secondary rate limits. To avoid these limits, requests for a single user (e.g.
By default jobs run in parallel and we can try to run the jobs sequentially, but we have also to consider that all the other jobs count in these limits, not only the one that update the dependencies, so it is very likely reaching these limits. It might be useful have a last resort job that act as a DLQ of failed jobs to be runned again |
We have to consider all the other jobs that do API calls with the bot token, and I think that's only the CQ and the Auto-start-ci workflows (and only if there are PRs on the queue). (At least there are only those on this repo, I don't know if we use nodejs-github-bot elsewhere, I assume no). Making the deps_updater workflow run sequentially should be enough I think. |
I'm not sure this is related to a rate limit. I see nothing that indicates it in the logs of https://github.com/nodejs/node/actions/runs/5101478266/jobs/9170360142 |
It's also not clear to me why it opened an issue at all. It's supposed to only happen on failure and the eslint job didn't fail. |
the errors are all different, there is api rate limit, missing template(? weird) etc... https://github.com/nodejs/node/actions/runs/5101478266 |
That doesn't explain why it opened issues for jobs that finished without errors like the eslint one. |
there were some issue with the github action which have been reverted: #48312 |
This is an automatically generated issue by the GitHub Action.
The update workflow has failed for .
@nodejs/security-wg @nodejs/actions
The text was updated successfully, but these errors were encountered: