Skip to content
forked from Soostone/retry

Retry combinators for monadic actions that may fail

License

Notifications You must be signed in to change notification settings

EdwardBetts/retry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README Build Status Coverage Status

retry - combinators for monadic actions that may fail

About

Monadic action combinators that add delayed-retry functionality, potentially with exponential-backoff, to arbitrary actions.

The main purpose of this package is to make it easy to work reliably with IO and similar actions that often fail. Common examples are database queries and large file uploads.

Documentation

Please see haddocks for documentation.

Changes

See https://github.com/Soostone/retry/blob/master/changelog.md.

Author

Ozgun Ataman, Soostone Inc

Contributors

Contributors, please list yourself here.

  • Mitsutoshi Aoe (@maoe)
  • John Wiegley
  • Michael Snoyman
  • Michael Xavier

About

Retry combinators for monadic actions that may fail

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 100.0%