1
0
mirror of synced 2026-01-07 18:01:41 -05:00

Clarify job queue time for SH runners (#44696)

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Pantelis
2023-10-19 15:31:34 +02:00
committed by GitHub
parent e4da907e9b
commit bb0df134bf

View File

@@ -78,7 +78,7 @@ You can automatically increase or decrease the number of self-hosted runners in
There are some limits on {% data variables.product.prodname_actions %} usage when using self-hosted runners. These limits are subject to change.
{% data reusables.actions.usage-workflow-run-time %}
- **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.
- **Job queue time** - Each job for self-hosted runners that has been queued for at least 24 hours will be canceled. The actual time in queue can reach up to 48 hours before cancellation occurs. If a self-hosted runner does not start executing the job within this limit, the job is terminated and fails to complete.
{% data reusables.actions.usage-api-requests %}
- **Job matrix** - {% data reusables.actions.usage-matrix-limits %}
{% data reusables.actions.usage-workflow-queue-limits %}