Web hook -> webhook
This commit is contained in:
parent
0bcfd0adb3
commit
5e8f1e06b6
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
> - the `project.http_url` key is deprecated in favor of the `project.git_http_url` key
|
||||
>
|
||||
> **Note:**
|
||||
> Starting from GitLab 11.1, the logs of web hooks are automatically removed after
|
||||
> Starting from GitLab 11.1, the logs of webhooks are automatically removed after
|
||||
> one month.
|
||||
>
|
||||
> **Note:**
|
||||
|
@ -73,7 +73,7 @@ Below are described the supported events.
|
|||
|
||||
Triggered when you push to the repository except when pushing tags.
|
||||
|
||||
> **Note:** When more than 20 commits are pushed at once, the `commits` web hook
|
||||
> **Note:** When more than 20 commits are pushed at once, the `commits` webhook
|
||||
attribute will only contain the first 20 for performance reasons. Loading
|
||||
detailed commit data is expensive. Note that despite only 20 commits being
|
||||
present in the `commits` attribute, the `total_commits_count` attribute will
|
||||
|
@ -1191,7 +1191,7 @@ From this page, you can repeat delivery with the same data by clicking `Resend R
|
|||
|
||||
> **Note:** If URL or secret token of the webhook were updated, data will be delivered to the new address.
|
||||
|
||||
### Receiving duplicate or multiple web hook requests triggered by one event
|
||||
### Receiving duplicate or multiple webhook requests triggered by one event
|
||||
|
||||
When GitLab sends a webhook it expects a response in 10 seconds (set default value). If it does not receive one, it'll retry the webhook.
|
||||
If the endpoint doesn't send its HTTP response within those 10 seconds, GitLab may decide the hook failed and retry it.
|
||||
|
|
Loading…
Reference in a new issue