Flowise
Flowise copied to clipboard
[FEATURE] Timeout handling
I've created a simple flow. I've set the timeout for the LLM engine. I've executed the flow using curl. Issue I'm facing is that I can't see any working way of setting the timeout for the flow execution.
I'ts just ending with
{"statusCode":500,"success":false,"message":"Error: predictionsServices.buildChatflow - Request timed out.","stack":{}}%
How are you setting the timeout?
+1, we need to be able to configure timeouts for any of the stages of an agentflow
same