From 33c2875e4e809e51c5f2141ce4471ba493c25786 Mon Sep 17 00:00:00 2001 From: Alex Charrier Date: Wed, 27 Nov 2024 13:31:04 +0100 Subject: [PATCH 1/3] Clarify GitHub Actions webhooks limit --- .../usage-limits-billing-and-administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/administering-github-actions/usage-limits-billing-and-administration.md b/content/actions/administering-github-actions/usage-limits-billing-and-administration.md index fe7c4c29cf41..da751ee68864 100644 --- a/content/actions/administering-github-actions/usage-limits-billing-and-administration.md +++ b/content/actions/administering-github-actions/usage-limits-billing-and-administration.md @@ -45,7 +45,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe * **Job execution time** - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the job is terminated and fails to complete. {% data reusables.actions.usage-workflow-run-time %} {% data reusables.actions.usage-api-requests %} -* **Webhook rate limit** - Each repository is limited to 1500 triggered events every 10 seconds. +* **Webhook rate limit** - Each repository is limited to 1500 events triggering a workflow every 10 seconds. When the limit is reached, the workflows runs that were supposed to be triggered by the webhook events will be blocked and will not be queued. * **Concurrent jobs** - The number of concurrent jobs you can run in your account depends on your {% data variables.product.prodname_dotcom %} plan, as well as the type of runner used. If exceeded, any additional jobs are queued. **Standard {% data variables.product.prodname_dotcom %}-hosted runners** From 2b5a5480bb2698895dd48e850957e2dcd536658a Mon Sep 17 00:00:00 2001 From: Alex Charrier Date: Tue, 7 Jan 2025 22:28:16 +0100 Subject: [PATCH 2/3] Update usage-limits-billing-and-administration.md Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com> --- .../usage-limits-billing-and-administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/administering-github-actions/usage-limits-billing-and-administration.md b/content/actions/administering-github-actions/usage-limits-billing-and-administration.md index da751ee68864..e866a1f96775 100644 --- a/content/actions/administering-github-actions/usage-limits-billing-and-administration.md +++ b/content/actions/administering-github-actions/usage-limits-billing-and-administration.md @@ -45,7 +45,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe * **Job execution time** - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the job is terminated and fails to complete. {% data reusables.actions.usage-workflow-run-time %} {% data reusables.actions.usage-api-requests %} -* **Webhook rate limit** - Each repository is limited to 1500 events triggering a workflow every 10 seconds. When the limit is reached, the workflows runs that were supposed to be triggered by the webhook events will be blocked and will not be queued. +* **Webhook rate limit** - Each repository is limited to 1500 events triggering a workflow run every 10 seconds. When the limit is reached, the workflows runs that were supposed to be triggered by the webhook events will be blocked and will not be queued. * **Concurrent jobs** - The number of concurrent jobs you can run in your account depends on your {% data variables.product.prodname_dotcom %} plan, as well as the type of runner used. If exceeded, any additional jobs are queued. **Standard {% data variables.product.prodname_dotcom %}-hosted runners** From 432cf964ffbb6efb8205212fada30f7315c354cb Mon Sep 17 00:00:00 2001 From: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:52:33 -0800 Subject: [PATCH 3/3] Update content/actions/administering-github-actions/usage-limits-billing-and-administration.md Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com> --- .../usage-limits-billing-and-administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/administering-github-actions/usage-limits-billing-and-administration.md b/content/actions/administering-github-actions/usage-limits-billing-and-administration.md index cb3a12d5683d..cf36742d9775 100644 --- a/content/actions/administering-github-actions/usage-limits-billing-and-administration.md +++ b/content/actions/administering-github-actions/usage-limits-billing-and-administration.md @@ -45,7 +45,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe * **Job execution time** - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the job is terminated and fails to complete. {% data reusables.actions.usage-workflow-run-time %} {% data reusables.actions.usage-api-requests %} -* **Webhook rate limit** - Each repository is limited to 1500 events triggering a workflow run every 10 seconds. When the limit is reached, the workflows runs that were supposed to be triggered by the webhook events will be blocked and will not be queued. +* **Webhook rate limit** - Each repository is limited to 1500 events triggering a workflow run every 10 seconds. When the limit is reached, the workflow runs that were supposed to be triggered by the webhook events will be blocked and will not be queued. * **Concurrent jobs** - The number of concurrent jobs you can run in your account depends on your {% data variables.product.prodname_dotcom %} plan, as well as the type of runner used. If exceeded, any additional jobs are queued. **Standard {% data variables.product.prodname_dotcom %}-hosted runners**