pub const SCHEDULE_FANOUT_CAPPED_CONDITION: &str = "FanoutCapped";Expand description
SnapshotSchedule condition recording whether a fired slot minted its full
members × repositories fan-out. True (with FANOUT_TOO_LARGE_REASON)
= the cross-product exceeded the fan-out cap and the slot was SKIPPED — and
it will keep skipping every slot until the selector is narrowed or the
repository list shrunk, which is squarely “needs a human”. Structural
(crate::gates::SCHEDULE_FANOUT_CAPPED_GATE, promoted here by the #368
M10 gates/doctor checklist from a controller-internal condition).