My API sends responds back but sometimes it needs a little bit more time to process data and answer. I checked my logs the answer from my server was sent but it was too late for many chat to wait
I tried to add delay method in the many chat but it didn’t work.
Can I adjust responds wait time?
Solved
Time out error
Best answer by Gustavo Boregio
Unfortunately there's nothing we can do about.
External requests timeout at 10 seconds (except for requests to OpenAI.com).
If your API takes more than that, you have 2 options:
- Make your API faster
- If that's not possible, you need to create an asynchronous logic where you send the information and get a 200 OK immediately (no delay). Your API then set custom fields with the response and triggers the response flow to the user. It's a pain in the butt and a lot of work to get this going, but it works...
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


