I need help in increasing timeout so that I can call external API in actions.py that takes around 5-10 minutes of time to return result. I am using Docker-compose for whole project. I am afraid to change any file in the rasa core library, is there any solution that I can implement in project files or docker files?
Hi! I think you can’t increment rasa timeOut Maybe, the best try is using Schedules Event But is working for some channel like Socket IO, telegram and other. Rest channel is not included for this solution