Open restfulhead opened 7 months ago
I will def buy you a coffee if you land that PR!
Our team is also blocked by that issue, we'd love an update on its progress 🙏
We already helped by fixing some failing tests that should speed up the expedition of this change.
Our team is impacted by this as well. Any updates on the issue? -Thx
I've noticed that when this error surfaces, it doesn't exit with status code 1, so the job is marked as successful !
See this job on one of my repo : https://github.com/JesusTheHun/storybook-addon-remix-react-router/actions/runs/12053798314/job/33610310120#step:7:53
For repos with a lot of commits/pull-requests, the release process fails with:
Expected behavior
Release process should not break.
Environment information:
Additional context
This seems to be a secondary rate limit error. I don't see any prior log messages like
Request quota exhausted...
.octokit/plugin-throttling has a
fallbackSecondaryRateRetryAfter
configuration option. Perhaps that could be exposed also in theauto
configuration so that I could increase it?Alternatively we could upgrade
@octokit/plugin-throttling
to>=v5.2.3
, because the rate limit was increased from 5 to 60.Update: The upgrade seems to be the way to go, because not only was the rate limit increased, also the implementation was improved.