cats-retry
cats-retry copied to clipboard
Updates [com.47deg:sbt-microsites](https://github.com/47degrees/sbt-microsites) from 1.2.1 to 1.3.4. [GitHub Release Notes](https://github.com/47degrees/sbt-microsites/releases/tag/v1.3.4) - [Changelog](https://github.com/47degrees/sbt-microsites/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/47degrees/sbt-microsites/compare/v1.2.1...v1.3.4) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself....
Updates [com.geirsson:sbt-ci-release](https://github.com/olafurpg/sbt-ci-release) from 1.5.5 to 1.5.7. [GitHub Release Notes](https://github.com/olafurpg/sbt-ci-release/releases/tag/v1.5.7) - [Version Diff](https://github.com/olafurpg/sbt-ci-release/compare/v1.5.5...v1.5.7) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.4.6 to 1.4.9. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.4.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.4.6...v1.4.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Something like: ```scala s"Tried $retriesSoFar times, total $cumulativeDelay" ++ upcomingDelay.fold("")(x => s". Waiting for $x") ``` Also it seems that we can define `givingUp` in terms of `upcomingDelay.isEmpty`?
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...
Exponential caped delay and exponential caped delay with random factor Close #187 Close #188
Similar to akka i wanna have ability to create exponential backoff retry policy with max capped delay just for keep logical delay, not like 10 minutes. I can create PR...
Also similar to akka i wanna have retry policy with infinite retries, based on arg `maxRetries = -1` If you don't mind i can draft a PR and deprecate old...
It order to empowered more taggeless final users and simplify migrations from/to ZIO we introduce some interoperability library for it. This library works the same way that Monix interoperability. It's...
Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.9 to 3.2.14. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.14) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.9...release-3.2.14) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...