Improve Webhook timeout error message
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
When GitLab disables a Webhook due to client taking more than 10 seconds to process the request, it disables the Webhook and displays below error message:
Internal error occurred while delivering this webhook.
Error: Net::ReadTimeout
It confuses users that it is an issue on GitLab side and user need to reach out to GitLab support for more information. Instead, you could display something like below:
GitLab closed connection as client took more than 10 seconds to respond.
Edited by 🤖 GitLab Bot 🤖