#_obo_

1 messages · Page 1 of 1 (latest)

lilac vectorBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

safe jewel
#

We don't specify a timeout but you should respond with a success status code in a couple seconds at the most

torpid hull
#

is 7 seconds too long?

#

i think one of our current webhooks takes around 11 seconds, I could get that lower, but we risk a race condition if that's the case (We know this is awful and we're also working on fixing this, I just need to know what the longest "safe" value I can delay a response is)

#

we had found older documentation online that apparently said 20 seconds, but that no longer appears to be safe (or it never was in the first place, and the documentation was wrong)

safe jewel
#

I cannot speak to whether 7 seconds is too long. I would advise you set up your server-side code to handle it async so you can quickly return the response.

torpid hull
#

sounds good, thanks