Skip to content
Discussion options

You must be logged in to vote

Since you're on a Individual sub and seeing those 6-hour hangs, you aren't hitting a "usage quota"you're hitting a Context Timeout. Basically, the Copilot Review agent is getting "lost" in your repo's dependency graph or a massive lockfile, and it doesn't have a graceful way to give up.

The "Zombie Runner" Problem
When a review hangs for 6 hours, it usually means the runner is trying to index files that should have been ignored (think node_modules, dist, or massive .json data files). Because it's a private repo, the agent tries extra hard to "understand" the local context to give a good review, but it eventually hits a recursion limit and just spins its wheels until the backend kills the …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by sbelectronics
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sbelectronics
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Copilot in GitHub Copilot functionality in GitHub Copilot Chat and in github.com Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community!
3 participants