# Debug GitHub Actions queue timings (https://depot.dev/changelog/2024-11-14-github-actions-queue-time)

> Published 2024-11-14

<img alt="GitHub Actions queue timings" src="/images/github-actions-timings.png" width="2974" height="762" />

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:

1. **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.
2. **Connecting to GitHub**: The time it takes for the runner process to register itself with GitHub.
3. **Waiting to receive job**: The time it takes for GitHub to send a job down to the registered runner.

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.