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

Carmine message queue v2 #278

Closed ptaoussanis closed 11 months ago

devurandom commented 11 months ago

Do you have an ETA for Carmine v3.3, i.e. when this feature will be released?

ptaoussanis commented 11 months ago

@devurandom Hi Dennis,

Was actually planning to have it out already last week - but got sidetracked by some other open-source work.

Should be ready within the next 1-2 weeks (so ~mid July).

I'm curious - is there some particular reason you're waiting on this?

devurandom commented 11 months ago

Thanks!

is there some particular reason you're waiting on this?

Yes. As I understood from https://github.com/ptaoussanis/carmine/issues/223, this will bring per-task timeouts, which has proven to be necessary for our system.

ptaoussanis commented 11 months ago

Yes. As I understood from https://github.com/ptaoussanis/carmine/issues/223, this will bring per-task timeouts

Correct, that will be included 👍 Sorry about the delays! Will try get a pre-release out by the end of this week.

ptaoussanis commented 11 months ago

Closing, will be addressed in forthcoming release. Should be up tomorrow, working on final testing and release notes now.

Thanks again for all the patience on this!

ptaoussanis commented 11 months ago

v3.3.0-RC1 is now on Clojars, release notes here.

Given the amount of code touched, please tread carefully and confirm everything's working as expected before putting into production 🙏