pub async fn try_run_cluster( cluster: &mut Cluster, time: Duration, ) -> Result<(), ClusterEvent>
Tries to run the cluster for the specified period of time, returning Err if error event happens.
time
Err