pub async fn start_guardian_metadata_service( db: &Database, tg: &TaskGroup, cfg: &ServerConfig, api_secret: Option<String>, ) -> Result<()>