pub fn start_heartbeat_with_server_clock( conn: Arc<BackendConn>, interval: Duration, server_time_store: Arc<ServerTimeAnchorStore>, ) -> JoinHandle<()>