nodeshift / opossum

Node.js circuit breaker - fails fast ⚡️
https://nodeshift.dev/opossum/
Apache License 2.0
1.31k stars 107 forks source link

Bugfix for 8.20.0 #896

Closed daan944 closed 1 week ago

daan944 commented 1 week ago

Bugfix: coalesce re-used empty cachekey when cache was not used. Bugfix: emit fire when circuitbreaker is disabled.

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11555588227

Details


Totals Coverage Status
Change from base Build 11555340370: 0.007%
Covered Lines: 401
Relevant Lines: 402

💛 - Coveralls
lholmquist commented 1 week ago

We just merged #895 which fixes that fire issue. could you remove that part from this PR and just make this PR resolve the "Bugfix: coalesce re-used empty cachekey when cache was not used."?

daan944 commented 1 week ago

Of course!