Skip to main content

reload_instruments_cache

Function reload_instruments_cache 

Source
pub async fn reload_instruments_cache(
    __arg0: State<AdminState>,
) -> impl IntoResponse
Expand description

POST /monitoring/reload_instruments_cache - Force reload instruments cache from database

This endpoint forces the instruments cache to reload from the database. Useful when the cache gets out of sync (e.g., after fresh deployment with empty DB followed by CatalogManager creating instruments).