Timeout in deploying rasa chatbot

Hey all, I wanted to deploy my rasa chatbot using dockerfile. but it is stuck at loading the model and the deploy gets timed out. I’ve verified, it works in local. Is there any way out that the deploy timeout can be increased?

HI,

There will always be differences between environments: development mode/Local, production mode/Render, etc. These differences need to be considered and configured as required for your own app in each environment.

If you’re trying to deploy a bot to Render, you should probably be using a Background Worker - these run persistently in the background and don’t expose any web server, however, these service types aren’t available with a free instance type.

If you try and run a bot via a Web Service, the deployment will probably fail with a time out.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.