Rasa Deployment issue

Hi,

I am trying to deploy rasa x chatbot in a docker container. then do loadtest using GitHub - nprovotorov/rasa-rest-api-loadtest: Basic tool (based on Locust.io) to perform load test of Rasa based chatbot via REST API.. The main issue is that the chatbot server fails after certain number of requests(around 500 when making load of 20 concurrent users). restarting the container does not resolve the issue whereas restarting the chatbot api itself from inside the container resolves the issue.

any help with that?