Function try_run_cluster

Source
pub async fn try_run_cluster(
    cluster: &mut Cluster,
    time: Duration,
) -> Result<(), ClusterEvent>
Expand description

Tries to run the cluster for the specified period of time, returning Err if error event happens.