Retry - Generic retry logic with exponential backoff#
Provides configurable retry logic with exponential backoff, jitter, and customizable predicates for determining when to retry operations.
Installation#
opam install retry will install this library.