1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/content/actions/using-github-hosted-runners/monitoring-your-current-jobs.md
Lucas Costi 7b86410fc3 Improve Actions short titles (#31394)
Co-authored-by: Martin Lopes <martin389@github.com>
2022-10-05 04:34:45 +00:00

2.1 KiB

title, shortTitle, intro, versions
title shortTitle intro versions
Monitoring your current jobs Monitor current jobs Monitor how {% data variables.product.prodname_dotcom %}-hosted runners are processing jobs in your organization or enterprise, and identify any related constraints.
feature
github-runner-dashboard

{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-github-hosted-runners %}

Viewing active jobs in your organization or enterprise

You can get a list of all jobs currently running on {% data variables.product.prodname_dotcom %}-hosted runners in your organization or enterprise.

{% data reusables.actions.github-hosted-runners-navigate-to-repo-org-enterprise %} {% data reusables.actions.github-hosted-runners-table-entry %}

  1. Review the "Active jobs" section, which contains a list of all jobs currently running on {% data variables.product.prodname_dotcom %}-hosted runners.

Screenshot of the list of active jobs

Viewing queued jobs in your organization or enterprise

{% data variables.product.prodname_dotcom %}-hosted runners allow you to run jobs concurrently, and the maximum number of concurrent jobs will vary depending on your plan. If you reach the maximum number of concurrent jobs, any new jobs will start to enter a queue. To find out more about the number of concurrent jobs available to your plan, see "Usage limits, billing, and administration."

The following procedure demonstrates how to check the maximum number of concurrent jobs you can run.

{% data reusables.actions.github-hosted-runners-navigate-to-repo-org-enterprise %} {% data reusables.actions.github-hosted-runners-table-entry %}

  1. Review the "All jobs usage" section, which lists the number of active jobs and the maximum number of jobs you can run. In this example, 9 jobs are currently running out of a maximum of 180. Screenshot of the maximum jobs for an account