If there are 5 users use call rasa chatbot api at the same time ,how can i use multi process in rasa
Hey @mashagua, Rasa handles the multiprocess you just need to make sure all those 5 users has unique sender ID, so that Rasa can create process based on conversation ID mapped to each 5 users.
thank you