mealstrom
mealstrom copied to clipboard
Retry Strategies
We may want different Strategies for retrying failed actions.
data RetryStrat = Linear Int ^ Retry attempt n will happen after n*a seconds
| Exponential Double Double ^ Retry attempt n will happen after a^(b+n) seconds