# Rerun Strategy

> Source: https://sukruyusufkaya.com/en/glossary/rerun-strategy
> Updated: 2026-05-13T20:58:27.712Z
> Type: glossary
> Category: veri-muhendisligi-ve-ai-altyapisi
**TLDR:** An approach that defines how failed or incomplete data jobs should be rerun and under what safety rules.

<p>A rerun strategy is a foundational design decision for the operational resilience of data pipelines. It determines whether a failed job should be rerun fully, partially, or at a specific partition level. Poorly designed rerun logic can create duplicates or incomplete remediation. A strong rerun strategy should operate together with idempotency and lineage visibility.</p>