Model discovery with shared volume or AWS EFS

Hi there,

We are now putting together our production-ready architecture and decided to go for EFS to share volumes from our build environment to the servers.

However, there is an issue… Model discovery doesn’t actually scan the file system, so the model server is only aware of the new models when we explicitly submit them via API or when the server is initialized.

Can we run model_service.discover_models() periodically as well? Or an API to trigger discovery?