Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jackfirth/racket-retry
- Owner: jackfirth
- License: apache-2.0
- Created: 2016-12-11T07:05:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T05:52:37.000Z (about 7 years ago)
- Last Synced: 2025-01-29T06:24:09.743Z (6 days ago)
- Topics: racket, retrying
- Language: Racket
- Size: 38.1 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.