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

Enqueue option to enqueue something with an init backoff #244

Closed st3fan closed 1 year ago

st3fan commented 3 years ago

In message_queue.clj there is the following comment in enqueue:

;; TODO Option to enqueue something with an init backoff?

This is a feature I could really use. Is this something I can help to contribute to this project? Would you accept a patch to implement this?

st3fan commented 3 years ago

I created an initial draft pull request at https://github.com/ptaoussanis/carmine/pull/245

ptaoussanis commented 3 years ago

https://github.com/ptaoussanis/carmine/releases/tag/v3.1.0 is now on Clojars 👍
Thanks again.

Cheers!