Skip to main content

split_remaining

Function split_remaining 

Source
pub fn split_remaining(
    plan: Vec<BackfillUnit>,
    state: &BackfillState,
) -> (Vec<BackfillUnit>, usize)
Expand description

Split the plan into (to-run, already-done) against a loaded marker: done units are skipped, failed and pending units run. A fresh marker runs everything.