Workflow permanently queued and force-cancel returns HTTP 500 #205331
Replies: 2 comments 2 replies
|
💬 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. ⭐ |
|
Hi, |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
A workflow run in a private repository has been permanently stuck in the
queuedstate since 2026-08-19T04:43:33Z.Technical details:
32216791563e3a6f1e55c1b97830f2a921b2b477f9868efebe9queuednull1runner_name: nullupdated_atis identical tocreated_atNo runner has ever been assigned to either job.
Cancellation fails through every available method:
Failed to cancel workflowgh run cancel: HTTP 500I also monitored the run for ten minutes through the API, but its status and
updated_atvalue never changed.Actions are enabled and configured to use GitHub-hosted runners. There are no registered self-hosted runners, no other runs in progress, no concurrency blocker, and the account has used only 388 of 2,000 included Actions minutes.
The immediately preceding workflow run completed successfully with the same repository and runner configuration.
Has anyone encountered a workflow run that GitHub’s control plane cannot assign, cancel, or force-cancel? Is there a supported way to have this orphaned run repaired or terminated?
All reactions