The webhook is retried three times, and then it's abandoned, if the target is unreachable, the webhook's information is lost.
If you configure the webhook to be "blocking" though, the registration will not succeed unless the webhook responded with 200 OK.
I believe that can be done be by setting the following, which is also the default, AFAIK:
config:
response:
ignore: false