Secondary rate limits severely impact rapid AI-assisted coding workflows #198220
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for raising this. I've run into similar issues with AI-assisted workflows where the primary API limits aren't the problem, but secondary rate limits become the bottleneck. I especially like the idea of better diagnostics. Exposing secondary rate limit status and reset information through headers would allow clients and AI agents to back off gracefully instead of failing unexpectedly. The distinction between public repositories and private or draft PR workflows also seems worth considering. Activity generated by repository collaborators in their own private environments has a very different risk profile from public-facing spam scenarios. Even if the limits themselves remain unchanged, additional observability and clearer guidance would make it much easier for tool authors to design around them. Thanks for documenting the impact and proposing concrete solutions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
Body
The current secondary rate limits are severely restricting developer velocity, particularly when using modern AI coding assistants. Tools like GitHub Copilot, Cursor, and automated workspace agents rapidly generate multiple files, trigger frequent commits, and open consecutive pull requests and pull request comments.
This is particularly noticeable in the latter case - PR comments. A very common AI skill is a the
/pr-reviewskill that can post dozens of comments to a pull request. Run a couple of these in parallel and you will very quickly trip Github limits.Impact
Suggested Solutions
Beta Was this translation helpful? Give feedback.
All reactions