I am following the Alexa tutorial from Rachael, GitHub - RasaHQ/tutorial-rasa-alexa: Sample code for a Rasa virtual assistant with an Alexa connector.
Everytime I change alexa_connector.py
I have to restart the rasa server. Is there a way to hot reload like I can do with the actions server
rasa run actions --auto-reload
It seems that the sanic server supports hot reloading in debug mode. Can you expose this option in rasa oss? https://sanic.readthedocs.io/en/18.12.0/sanic/debug_mode.html