Disabling inMemoryTrackerStore when using FallbackTrackerStore

Hi when using SQLTrackerStore some connection problems may occur. we would like to fail in those situations and not use inMemoryTrackerStore instead, because that means those messages will be lost when the DB is back up online. Is there any way to do this?

To ensure your system fails when SQLTrackerStore encounters connection issues and does not fall back to inMemoryTrackerStore, configure your endpoints.yml file to strictly use SQLTrackerStore without specifying any fallback options. This will prevent in-memory storage from being used, ensuring messages aren’t lost when the database is back online. You can achieve this by including only the SQLTrackerStore configuration in your endpoints.yml file.

I DO NOT have inMemoryTrackerStore in my endpoints.yml file. The fallback behavior is built-in the rasa core source code.