A few days ago, I released a new version of the Typhoon framework - a modern, lightweight framework for handling retries in async operations.
Typhoon now supports multiple retry strategies out of the box:
• Constant - a fixed number of retries with a constant delay
• Exponential - an increasing delay using exponential backoff
• Exponential with Jitter - exponential backoff with jitter and an optional max interval to avoid thundering herd problems
