startup#
- predict_backend.utils.startup.flask_server_init(drop_store_tables=False)#
Run this function every time the flask server starts up. Useful for verifying necessary external services are ready and configured. :type drop_store_tables:
bool
:param drop_store_tables: If this is set to true all tables in the flow_store, link_store, etc will be truncated. :return: