Resiliency: Consider extent retry configurability by using back-off algorithms
Open
enhancement
- Dominant language
- C
- Stars
- 8.1k
- Forks
- 2k
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 71
Description
**Is your feature request related to a problem? Please describe.**
To provide better retry resiliency for custom scenarios.
**Describe the solution you'd like**
Add a new configurable retry type called: `Retry_Type`. So we can pass the following enum values: `constant, linear, linear modulus, exponential, and exponential modulus.`
**Describe alternatives you've considered**
`-`
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.