BrunoBonacci / safely

Safely is a Clojure's circuit-breaker library for handling retries in an elegant declarative way.
https://cljdoc.org/d/com.brunobonacci/safely
Apache License 2.0
219 stars 9 forks source link

Project activity #10

Closed vxe closed 3 months ago

vxe commented 3 months ago

I'm very interested in using the library in project, just wanted to confirm if maintenance was active or if it would be better to fork. Great work and thanks in advance!

BrunoBonacci commented 3 months ago

Hi Vijay,

The project is active, and used in several large projects. It has reached stability so there hasn't been a lot of movement later.

I still marked as alpha because I changed the internal metric/tracking system from samsara/TrackIt to µ/log and I wanted to give everybody the time to update and provide feedback, but the library has been stable for a while.

bye Bruno