Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackfirth/racket-retry

A Racket package for retrying operations with exponential backoff, jitter, and backoff restarting
https://github.com/jackfirth/racket-retry

racket retrying

Last synced: 5 days ago
JSON representation

A Racket package for retrying operations with exponential backoff, jitter, and backoff restarting

Awesome Lists containing this project

README

        

# racket-retry [![Build Status](https://travis-ci.org/jackfirth/racket-retry.svg?branch=master)](https://travis-ci.org/jackfirth/racket-retry) [![codecov](https://codecov.io/gh/jackfirth/racket-retry/branch/master/graph/badge.svg)](https://codecov.io/gh/jackfirth/racket-retry)

A Racket package for retrying operations with exponential backoff, jitter, and backoff restarting. See [the documentation](http://docs.racket-lang.org/retry/index.html) for examples, guidance, and an API reference.