Debug GitHub Actions queue timings
We have added a new feature to simplify debugging various timings in GitHub Actions. You can now see the time spent in the queue for each job. We surface three critical pieces of queue time information:
- Launching runner: The time it takes to bring a runner online to service the job once GitHub has delivered the webhook informing us of the job.
- Connecting to GitHub: The time it takes for the runner process to register itself with GitHub.
- Waiting to receive job: The time it takes for GitHub to send a job down to the registered runner.