#ficksimorty
1 messages · Page 1 of 1 (latest)
We generally require a response from your webhook within a few seconds. If you have logic that runs in the endpoint that takes longer than that to resolve then you need to refactor your code
The recommendation is to always respond immediately with a 2xx and then handle the custom logic independently to that, in a queue or something