#jose332211

1 messages · Page 1 of 1 (latest)

graceful moonBOT
mint crystal
#

👋 happy to help

#

would you mind sharing an event ID to check what's happening?

craggy sedge
#

Ok, moment, please

mint crystal
craggy sedge
#

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?

mint crystal
#

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

craggy sedge
#

If I respond with status 201, will it not be successful?

mint crystal
#

yes it won't be successful

craggy sedge
#

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?

mint crystal
#

no because the only thing you would do is post your message to your own queue

#

this type of operations are called fire-and-forget

craggy sedge
#

ok, thanks however I will see if I can get some specific event so I can address the issue with you again and make sure of the cause of the problem

#

I appreciate the attention given