Is it possible to see the list of all jobs waiting for a runner across an entire organization #2428
Replies: 3 comments
-
Any solution? |
Beta Was this translation helpful? Give feedback.
-
any updates here? |
Beta Was this translation helpful? Give feedback.
-
I am not sure that exists, unfortunately.. from past experiences, what I think you'd have to do is poll each specific repository and their workflow runs, and then their jobs to see which has not started An alternative might be listening for webhooks on workflow_jobs and storing them somewhere.. then you can see if there have been jobs which have been queued but not picked up.. not the ideal scenario I understand, but I think that's how it is right now 😰 |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are trying to debug and understand why some of our jobs are left without runners and get stuck on the following message:
While I have a question opened in terraform-aws-github-runner since the issue/misconfiguration might be on that end, I was wondering if there is an API at GitHub that would allow me to fetch more details about the queue of jobs at an org level ?
I basically would like to find a way to figure out the jobs that have been waiting for a runner for more than 5mn across our entire org.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions