Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.9% on hackage.haskell.org
Top 2.0% downloads on hackage.haskell.org
Top 1.1% dependent packages on hackage.haskell.org
Top 2.1% dependent repos on hackage.haskell.org
Top 6.5% forks on hackage.haskell.org

hackage.haskell.org : retry

This package exposes combinators that can wrap arbitrary monadic actions. They run the action and potentially retry running it with some configurable delay for a configurable number of times. The purpose is to make it easier to work with IO and especially network IO actions that often experience temporary failure and warrant retrying of the original action. For example, a database query may time out for a while, in which case we should hang back for a bit and retry the query instead of simply raising an exception.

Registry - Source - Homepage - JSON
purl: pkg:hackage/retry
Keywords: bsd3, control, library
License: BSD-3-Clause
Latest release: almost 8 years ago
First release: about 11 years ago
Dependent packages: 27
Dependent repositories: 204
Downloads: 66,084 total
Stars: 111 on GitHub
Forks: 36 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago

    Loading...
    Readme
    Loading...