Retries
Per-Node Retry Configuration
nodes:
- id: api_call
type: transform
retry:
max_attempts: 5
delay: 30
backoff: exponential
max_delay: 600
`
## Global Retry Defaults
```yaml
dag:
defaults:
retry:
max_attempts: 3
delay: 60
backoff: linear
`
## See Also
- [Error Handling](/docs/etl-jobs/error-handling) — Error management
- [Conditionals](/docs/dag-builder/conditionals) — Conditional routing