Module retry

Module retry 

Source
Expand description

§Retry Handling Module

This module provides configurable retry mechanisms for handling transient failures in workflow task execution. It supports both fixed delay and exponential backoff strategies to handle various failure scenarios effectively.

Structs§

RetryConfig
Configuration for retry behavior with support for exponential backoff.