Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 444 Bytes

File metadata and controls

12 lines (9 loc) · 444 Bytes

RetryTactic

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.

Features

  • 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)