Skip to content
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

Cannot generate changelog due to secondary rate limits #5549

Closed
andygrove opened this issue Mar 10, 2023 · 2 comments
Closed

Cannot generate changelog due to secondary rate limits #5549

andygrove opened this issue Mar 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

Describe the bug

The project continues to grow in size, and we are running into rate limits (we have a limit of 1,000 requests per hour per repo). I will try and reduce the --cpus value to make it run slower, but maybe we should start looking for an alternate solution.

Octokit::Forbidden: GET https://api.github.com/repos/apache/arrow-datafusion/issues/3690/events?per_page=100: 403 - You have exceeded a secondary rate limit. Please wait a few minutes before you try again. // See: https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits
Exceeded retry limit

To Reproduce

Expected behavior

Additional context

@andygrove andygrove added the bug Something isn't working label Mar 10, 2023
@andygrove
Copy link
Member Author

After reducing --cpus to 0.05 it is now failing with

               |   Caused by OpenSSL::SSL::SSLError: SSL_write
               |   → /usr/local/lib/ruby/2.7.0/openssl/buffering.rb:383 in `syswrite_nonblock'
               |     /usr/local/lib/ruby/2.7.0/openssl/buffering.rb:383 in `write_nonblock'

@andygrove
Copy link
Member Author

This can be closed now that we have a custom Python script in the repo for producing the changeling. We no longer have any rate limit issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant