Skip to content

Webhook timeout

gitlab-qa-bot requested to merge github/fork/wesgurn/webhook-timeout into master

Created by: wesgurn

Our Gitlab instance needed the ability to increase the webhook_timeout used by HTTParty. It was hardcoded at 10 and I moved it to a gitlab.yaml file as a config variable

## Webhook settings
# webhook_timeout: 30 # default: 10 - Number of seconds to wait for HTTP response after sending webhook HTTP POST request

I had submitted the issue already and fixes #4954. This is the rebase version of that commit.

Merge request reports