Proposal to change GitHub Copilot Coding Agent rate limit to a queue-based approach #163230
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Copilot Feature Area
Copilot Enterprise
Body
Hello GitHub Support,
I've encountered repeated issues with the current GitHub Copilot Coding Agent implementation, specifically related to rate limiting. Currently, when the Copilot Coding Agent hits its rate limit, it abruptly stops execution with an error similar to:
The primary issue with this mechanism is that restarting the Copilot Coding Agent later is currently not feasible. The only workaround is cumbersome:
This workflow is particularly problematic when multiple tasks are triggered simultaneously. If a rate limit is encountered, most or all tasks halt abruptly, creating multiple redundant pull requests and negatively impacting repository metrics.
Suggested Improvement
Instead of a hard rate limit that halts tasks, I propose adopting a queue-based mechanism, similar to GitHub Actions. With this approach:
This adjustment would provide several benefits:
I appreciate your consideration and look forward to your feedback.
Best regards,
Balázs Winkler
Beta Was this translation helpful? Give feedback.
All reactions