Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.