Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.77 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.77 KB

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.