Skip to content

failsafe-clj/failsafe-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Failsafe-clj

Build Status Maven Central License Slack JavaDoc

Failsafe-clj aimes to provide full functionality of Failsafe in Clojure. It is a lightweight library for handling failures, with a concise API for handling everyday use cases and the flexibility to handle everything else. It works by wrapping executable logic with one or more resilience policies, which can be combined and composed as needed.

Policies include Retry, CircuitBreaker, RateLimiter, Timeout, Bulkhead, and Fallback.

Usage

Visit failsafe-clj.dev for usage info, docs, and additional resources.

Contributing

Check out the contributing guidelines.

License

Copyright Vlad Nabatov and friends. Released under the EPL 2.0 license.