Skip to content

Commit a872c0f

Browse files
alxch-Link-nguyenalex836subatoi
authored
Clarify GitHub Actions webhooks limit (#35448)
Co-authored-by: Bassem Dghaidi <[email protected]> Co-authored-by: Alex Nguyen <[email protected]> Co-authored-by: Ben Ahmady <[email protected]>
1 parent bb2738e commit a872c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/administering-github-actions/usage-limits-billing-and-administration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe
4545
* **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.
4646
{% data reusables.actions.usage-workflow-run-time %}
4747
{% data reusables.actions.usage-api-requests %}
48-
* **Webhook rate limit** - Each repository is limited to 1500 triggered events every 10 seconds.
48+
* **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.
4949
* **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.
5050

5151
**Standard {% data variables.product.prodname_dotcom %}-hosted runners**

0 commit comments

Comments
 (0)