Hi,
What are the maximum numbers of simultaneous users that can be handled by rasa without getting time out?
Any Particular threshold value.
Thanks
Hi,
What are the maximum numbers of simultaneous users that can be handled by rasa without getting time out?
Any Particular threshold value.
Thanks
There is no precise number, it’s in the hundreds. If you feel your server is slow, you can increase the number of replicas for your pods, like the below pods.
Service | Role |
---|---|
rasa-x |
Running the HTTP API |
rasa-production |
Running a trained model, parsing intents, predicting actions |
rasa-worker |
Training and evaluating models |
You can learn more in the Rasa Advanced Deployment Workshop.