You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'
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.To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: