pub fn run( db: Arc<LocustDB>, cors_allow_all: bool, cors_allow_origin: Vec<String>, addrs: String, ) -> Result<(ServerHandle, Receiver<()>)>