Retries and dependencies in pipelines
Retries help recover transient failures, while dependencies prevent downstream work from running on incomplete upstream data.
- Retry only safe tasks
- Use backoff for transient issues
- Surface hard failures early
Retries and dependencies in pipelines