You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/08 18:05:27 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #2487: Cannot generate change logs due to "secondary rate limit"

andygrove opened a new issue, #2487:
URL: https://github.com/apache/arrow-datafusion/issues/2487

   **Describe the bug**
   
   I am trying to generate the change log with this command:
   
   ``` bash
   $ CHANGELOG_GITHUB_TOKEN=REDACTED ./dev/release/update_change_log-all.sh master 8.0.0 7.0.0
   ```
   
   Output:
   
   ```
   WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0.
   While initializing your connection, use `#request(:authorization, ...)` instead.
   See https://lostisland.github.io/faraday/middleware/authentication for more usage info.
   Found 13 tags                                                          
   Fetching tags dates: 13/13
   Sorting tags...
   Received issues: 2025                                                  
   Pull Request count: 1237                                               
   Filtered pull requests: 795
   Filtered issues: 190
   Octokit::Forbidden: GET https://api.github.com/repos/apache/arrow-datafusion/issues/740/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**
   See above
   
   **Expected behavior**
   Should not fail
   
   **Additional context**
   None
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] andygrove closed issue #2487: Cannot generate change logs due to "secondary rate limit"

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2487: Cannot generate change logs due to "secondary rate limit"
URL: https://github.com/apache/arrow-datafusion/issues/2487


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] andygrove commented on issue #2487: Cannot generate change logs due to "secondary rate limit"

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #2487:
URL: https://github.com/apache/arrow-datafusion/issues/2487#issuecomment-1120574018

   I found a workaround. When running with docker I specified `cpu = "0.1"` and then it worked.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org