#jose332211
1 messages · Page 1 of 1 (latest)
Ok, moment, please
Ok, I have lost the session and they are taking a while to give me the login code.
Is it possible to discuss the issue without having to log in?
we can, but I wouldn't be a 100% sure what's happening in your case
as per the doc I sent you earlier it's best not to do long processing on the webhook endpoint and just return a 200 OK response as fast as possible
you can then internally in your own app treat the events asynchronously
either with a queue or whatever type of architecture you choose
If I respond with status 201, will it not be successful?
yes it won't be successful
Oh
On the other hand, I see that it is recommended to use a queue for this type of requests, but couldn't this delay the response?