Skip to content

Commit

Permalink
Update workflow queue limits (#6403)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
  • Loading branch information
thboop and lucascosti authored May 14, 2021
1 parent efbf467 commit 97965ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe
- **Job queue time** - Each job for self-hosted runners can be queued for a maximum of 24 hours. If a self-hosted runner does not start executing the job within this limit, the job is terminated and fails to complete.
{% data reusables.github-actions.usage-api-requests %}
- **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %}
{% data reusables.github-actions.usage-workflow-queue-limits %}

### Workflow continuity for self-hosted runners

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe
| Team | 60 | 5 |
| Enterprise | 180 | 50 |
- **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %}
{% data reusables.github-actions.usage-workflow-queue-limits %}

{% else %}
Usage limits apply to self-hosted runners. For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners/#usage-limits)."
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- **Workflow run queue** - No more than 100 workflow runs can be queued in a 10 second interval per repository. If a workflow run reaches this limit, the workflow run is terminated and fails to complete.

5 comments on commit 97965ec

@saeidasade321

This comment was marked as spam.

@saeidasade321

This comment was marked as spam.

@saeidasade321

This comment was marked as spam.

@saeidasade321

This comment was marked as spam.

@saeidasade321

This comment was marked as spam.

Please sign in to comment.