Retry Configuration
Note: This chapter is currently being auto-generated by the book-docs-drift workflow. Content will be populated based on the latest codebase implementation.
Overview
Prodigy provides sophisticated retry mechanisms with multiple backoff strategies to handle transient failures gracefully.
Topics to be Documented
- Workflow-level retry defaults
- Per-command retry configuration
- Backoff strategies (exponential, fibonacci, linear, fixed)
- Retry budget and time limits
- Conditional retry with error type filtering
- Jitter for distributed systems
This chapter will be automatically updated by running the book documentation workflow.