Hi,
Right now within my Rasa 2.4 environment when running the Rasa server (‘rasa run’), the default behavior to load a model if the specified model doesn’t exist seems to be to load the last modified file in the models directory (correct me if I’m wrong).
If it can’t find a last modified / if the model can’t be loaded for any other reason (version incompatibility, etc), a warning comes up saying the model doesn’t load, but it does not error out (ie ‘Rasa server is up and running.’).
For deployment purposes, it is important for us not to deploy and show rasa healthy when the models have not loaded successfully.
Is there any method internal to rasa that enables the “rasa run” to fail if a model can’t be loaded ?
Thanks !