Skip to content

Commit 8d4656c

Browse files
authored
Merge pull request github#33203 from github/repo-sync
Repo sync
2 parents 47b2403 + 6097be4 commit 8d4656c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/webhooks/testing-and-troubleshooting-webhooks/troubleshooting-webhooks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ You should configure your server to return a 2xx status. If your server returns
8989

9090
Webhook deliveries can take a few minutes to be delivered and to appear in the recent deliveries log. Before concluding that your webhook delivery failed, wait a few minutes and then check again.
9191

92+
{% ifversion fpt or ghec %}
93+
94+
If your account experiences a surge in webhook deliveries, {% data variables.product.company_short %} may temporarily throttle the rate of deliveries to your account. If your webhook deliveries are slowed down by GitHub, the `throttled_at` property for each affected delivery shows the timestamp when delivery was throttled. You can check for this using the REST API, see "[List deliveries for a repository webhook](/rest/repos/webhooks#list-deliveries-for-a-repository-webhook)."
95+
96+
To avoid delays, subscribe only to the webhook events that are necessary for your account, reducing the frequency of deliveries. See “[AUTOTITLE](/webhooks/using-webhooks/best-practices-for-using-webhooks).”
97+
98+
{% endif %}
99+
92100
## Failed signature verification
93101

94102
You should use a webhook secret and the `X-Hub-Signature-256` header to verify that a webhook delivery is from {% data variables.product.company_short %}. For more information, see "[AUTOTITLE](/webhooks/using-webhooks/validating-webhook-deliveries)."

0 commit comments

Comments
 (0)