Skip to content
Discussion options

You must be logged in to vote

The “Avg queue time” shown in GitHub Actions Insights reflects the time a job spends in the GitHub queue before the runner starts executing. It doesn’t include every delay outside of job setup — once the runner begins the Set up job phase, that part is no longer considered queue time in the Insight metric.
So if your self-hosted runner’s init container is waiting on resources before the Actions runner actually starts, that wait isn’t counted in the average queue time shown in Insights. The metric focuses on the time between when GitHub schedules the job and when it actually starts running on a runner.

Replies: 5 comments

Comment options

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

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD other General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage Metrics & Insights Questions and feedback about workflow analytics, usage metrics, and GitHub Actions performance data. Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community!
6 participants