taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

monitor-fn: log mid-circle-size as intented #206

Closed nberger closed 6 years ago

nberger commented 6 years ago

When the queue size exceeds max-circle-size, a warn message is logged. It was logging the max size when it was supposed to log the actual size

ptaoussanis commented 6 years ago

Thanks Nicolas, manually merged! 👍

ptaoussanis commented 6 years ago

On Clojars now as [com.taoensso/carmine "2.18.1"]

nberger commented 6 years ago

Thanks for merging and releasing 👍