Hi!
Yesterday my users started to see the following error: Operation timed Out
My app makes 4 calls to open ai chat gpt. It normally takes 2-3 minutes to obtain the complete answer of all the calls but now it takes above 5min and ends with the error showcased in the picture above.
I started looking at the server logs and found this:
1)Before it starts to run it passes through a conditional that is this one that works fine.
2)Afterwards it makes the first call to Chatgpt that initiates and finishes without problems
3)On the second call in this example, in between the initialization of the call and the end of it the conditional workflow starts all over again.(The conditional we saw on step 1).
Start of second call. OK.
I think this maybe the problem. It starts the workflow again.This already happened in step one.
Then it finishes the second call.
4)With the third call to chat gpt the same thing happens. In between it starts the conditional workflow again in between the beginning and the end of the call.
- It passes too much time and i get one of these errors:
I would really appreciate the help please. My active users can’t use this functionality now and it’s the most used!











.