taoensso / carmine

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

Inspecting the items on a worker queue #160

Closed jdkealy closed 8 years ago

jdkealy commented 8 years ago

Hi,

I was wondering if you had a way to inspect the items on a worker queue. If not I was wondering if you could explain a little about what redis types are being used behind the scenes.

e.g. I'd like to provide a GUI like sidekiq to show the user "X number of jobs enqueued", etc. Is there a way to do this ?

ptaoussanis commented 8 years ago

Hi John,

There's a couple utils - incl. message-status and queue-status. Please see the API docs for more info.