Exponential backoff retry logic
OCaml 95.6%
Dune 1.7%
Other 2.7%
12 1 0

Clone this repository

https://tangled.org/gazagnaire.org/ocaml-retry https://tangled.org/did:plc:jhift2vwcxhou52p3sewcrpx/ocaml-retry
git@git.recoil.org:gazagnaire.org/ocaml-retry git@git.recoil.org:did:plc:jhift2vwcxhou52p3sewcrpx/ocaml-retry

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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.

Documentation#