#Daniele-Webhook
1 messages · Page 1 of 1 (latest)
Hi there, I saw some timeout errors, can you check if the webhook endpoint is working?
yeah it is, we process like 200k weekly
seems weird that the errors are only for that specific account id
any info other than timeout errors?
I'd suggest you to start with checking your endpoint servers
what's the maximum timeout you support for webhooks?
I can't find an answer about the timeout but we usually recommend our users to respond 200 immediately.
you mean sending a 200 even before processing things?
Yes, you should avoid processing complicated logic in the webhook handling .
alright, will look into that thank you