pub fn apply_path_status(
statuses: &mut PathStatusStore,
outcomes: &[ProcessedFanout],
since_generation: u64,
) -> Result<(), PathStatusError>Expand description
Applies plane-worker outcomes to the derived table. A publish removes the annotation; retryable work remains pending, and exhausted or deterministic failures remain failed while the last complete generation stays current.