Gap Types
Required Handling
1
Check before the job
Use data-quality routes or a bounded probe before backtests, alerts, dashboards, exports, or model jobs.
2
Propagate the result
Store freshness, incident, coverage, and request-ID context with the downstream output.
3
Fail visibly
If the gap matters for the job, mark the output incomplete or stop instead of filling silently.
4
Resume with an explicit policy
For replay or historical pulls, resume from a known safe checkpoint, not from whatever local state remains.