pub async fn consistency_envs<AuthorDb, DhtDb>(
    all_cell_envs: &[(&AgentPubKey, &AuthorDb, &DhtDb)],
    num_attempts: usize,
    delay: Duration
) where
    AuthorDb: ReadAccess<DbKindAuthored>,
    DhtDb: ReadAccess<DbKindDht>, 
Expand description

Wait for all cell envs to reach consistency