Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 582 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 582 Bytes

🕷️🐱⌛ weaver-cats-retry

A proof-of-concept enriching weaver-test's flexibility using a cats-effect-adjacent library, cats-retry.

Usage

  1. Implement your own suite or use the included RandomSuite extending the added RetryingIOSuite to make it retry!
  2. Override or use the default RetryPolicy passed into RetryingIOSuite to manage the timing, backoff, and thresholds of the retrying.
  3. Test this new functionality with: sbt test