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
They support both retrying an operation until it succeeds (like cats-retry does), and repeating an operation until either it fails or the policy says we should stop.
I quite like this idea. We should be able to reuse RetryPolicy for repeating.
The text was updated successfully, but these errors were encountered:
I was just looking at the docs for Bow: https://bow-swift.io/docs/effects/retrying-and-repeating-effects/
They support both retrying an operation until it succeeds (like cats-retry does), and repeating an operation until either it fails or the policy says we should stop.
I quite like this idea. We should be able to reuse
RetryPolicy
for repeating.The text was updated successfully, but these errors were encountered: