Skip to content

Disable preemptive rate limiting #2710

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kishaningithub
Copy link

Resolves #2709


Before the change?

  • Preemptive rate limiting is by default enabled by go-github which makes the concurrent requests to fail

After the change?

  • Premptive rate limiting by go-github library is eliminated thereby giving the complete rate limiting control to this provider.

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

@kishaningithub kishaningithub force-pushed the fix-highly-concurrent-rate-limits branch from b65970a to d87aee5 Compare July 24, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Bypass preemptive rate limit check by go-github
1 participant