pub async fn alive_flownodes( accessor: &impl LeaseValueAccessor, active_duration: Duration, condition: Option<fn(&NodeWorkloads) -> bool>, ) -> Result<Vec<Peer>>
Returns the alive flownodes.