Alex-Mihai Serafim

Results 3 comments of Alex-Mihai Serafim

Hi @joaoguilhermeS , v1.1.1 doesn't solve the issue for me, I still get a NetworkError for flows over 300 seconds when hosting in Kubernetes. I have opened a [related issue](https://github.com/langflow-ai/langflow/issues/4570),...

It seems that the `worker_timeout` variable is set in [main](https://github.com/langflow-ai/langflow/blob/88c059677e8a7d527471731d4fa76f6129769bb9/src/backend/base/langflow/__main__.py#L91); it is set into the 'options' dict which is passed to the LangflowServer process but it is never accessed. @joaoguilhermeS...

Hi @italojohnny , any updates/advice on this issue?