Skip to main content

Monitoring your current jobs

Monitor how GitHub-hosted runners are processing jobs in your organization or enterprise, and identify any related constraints.

Viewing active jobs in your organization or enterprise

You can get a list of all jobs currently running on GitHub-hosted runners in your organization or enterprise.

  1. 실행기 설정으로 이동합니다.
    • 조직 또는 리포지토리에서: 기본 페이지로 이동한 다음, 설정을 클릭합니다.
    • 엔터프라이즈 계정을 사용하는 경우: GitHub의 오른쪽 상단에 있는 프로필 사진을 클릭한 다음 내 엔터프라이즈를 클릭하고 엔터프라이즈를 클릭하여 엔터프라이즈 계정으로 이동합니다.
  2. GitHub Actions 설정으로 이동합니다.
    • 조직 또는 리포지토리에서: 왼쪽 사이드바에서 Actions(작업)를 클릭한 다음 Runners(실행기)를 클릭합니다.
    • 엔터프라이즈 계정을 사용하는 경우: 왼쪽 사이드바에서 Policies”(정책) 를 클릭한 다음, Actions(작업)를 클릭하고 Runners(실행기) 탭을 클릭합니다.
  3. “Runners”(실행기) 테이블에서 GitHub-hosted runners(GitHub 호스팅 실행기) 항목을 클릭합니다. 이 항목은 GitHub 호스팅 실행기를 사용하는 경우에만 표시됩니다.
  4. Review the "Active jobs" section, which contains a list of all jobs currently running on GitHub-hosted runners.

Viewing queued jobs in your organization or enterprise

GitHub-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 사용 제한, 청구, 관리.

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

  1. 실행기 설정으로 이동합니다.
    • 조직 또는 리포지토리에서: 기본 페이지로 이동한 다음, 설정을 클릭합니다.
    • 엔터프라이즈 계정을 사용하는 경우: GitHub의 오른쪽 상단에 있는 프로필 사진을 클릭한 다음 내 엔터프라이즈를 클릭하고 엔터프라이즈를 클릭하여 엔터프라이즈 계정으로 이동합니다.
  2. GitHub Actions 설정으로 이동합니다.
    • 조직 또는 리포지토리에서: 왼쪽 사이드바에서 Actions(작업)를 클릭한 다음 Runners(실행기)를 클릭합니다.
    • 엔터프라이즈 계정을 사용하는 경우: 왼쪽 사이드바에서 Policies”(정책) 를 클릭한 다음, Actions(작업)를 클릭하고 Runners(실행기) 탭을 클릭합니다.
  3. “Runners”(실행기) 테이블에서 GitHub-hosted runners(GitHub 호스팅 실행기) 항목을 클릭합니다. 이 항목은 GitHub 호스팅 실행기를 사용하는 경우에만 표시됩니다.
  4. Review the "All jobs usage" section, which lists the number of active jobs and the maximum number of jobs you can run.