You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We may want different Strategies for retrying failed actions.
The text was updated successfully, but these errors were encountered: