build_fleet_state

Function build_fleet_state 

Source
fn build_fleet_state(
    db: &Arc<Db>,
    manifests: &SignedManifestSet,
) -> Result<FleetState>
Expand description

Build a fresh FleetState from the DB. Called on every plan tick; at v0.2 scale (≤256 hosts, ≤8 active rollouts) the SELECTs are negligible.