moclojer / clj-rq

RQ (Redis Queue) is a simple Clojure package for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry
MIT License
15 stars 1 forks source link

unarchive mechanism fails after subscription #11

Closed J0sueTM closed 2 months ago

J0sueTM commented 2 months ago

The unarchive-channel! mechanism doesn't work correctly, since it's not packing the channels correctly.