My Github Actions are in Queued and not starting now. #207594
Replies: 3 comments
|
My rerunned workflow url is https://github.com/PerformanceScoring/secureDB/actions/runs/34630213491. |
|
The linked run is private, but with ARC a job that stays queued usually means no online idle runner matches every requested label or runner group. Compare the job labels with the registered runners: gh api repos/PerformanceScoring/secureDB/actions/runs/34630213491/jobs \
--jq '.jobs[] | {name,status,labels,runner_name}'
gh api repos/PerformanceScoring/secureDB/actions/runners \
--jq '.runners[] | {name,status,busy,labels:[.labels[].name]}'If |
|
We are seeing a GitHub-hosted Actions job remain queued without receiving a runner. Environment
Timeline
Observed state
Checks completed
We have intentionally not cancelled or redispatched the job yet, so the original scheduler state remains available for investigation. |
Uh oh!
There was an error while loading. Please reload this page.
π·οΈ Discussion Type
Bug
π¬ Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
While I was running my workflow, I cancelled the workflow and rerun all jobs, but even after 10 minutes, it's still in Queued and not starting. This is very urgent now. Please check.
All reactions