How to Increase HTTP Request Timeout for Databricks App Beyond 120 Seconds?
I’ve built a Databricks App using Gradio that leverages predict_stream to get streaming responses from a multi-agent supervisor. The app coordinates reasoning across four knowledge agents, so the model uses a long chain-of-thought process before retu...
- 30 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @snarayan ,I think you might be hitting timeout from model serving endpoint:Debug model serving timeouts - Azure Databricks | Microsoft LearnYou can try to increase timeout using environment variables using the Serving UI or programmatically using...
- 0 kudos