Webhook Integration Sleep

My web API works well, but I don’t know why most webhook calls are sleeping, instead of successful. It is not a big load, and there is no exception from the web server.

Thanks.

It looks like you are sending more then 1 a sec, that could be the problem.

I also find that after a bunch of errors, it can take a day or so for the API to stop sleeping requests.

The term sleep is misleading as it really drops the request.

It works well now. I think the previous exceptions cause the problem.