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§
- Retry
Config - Configuration for retry behavior with support for exponential backoff.