Retry tactic with brownout
A fluent, flexible retry utility for Delphi that helps you execute potentially failing operations with automatic retries, delays, exponential backoff, and logging support.
- Fluent interface for clean, chainable configuration
- Retry any function or procedure
- Supports result validation
- Fixed or exponential backoff delays
- Clean, testable design (no global state, fully re-entrant)