contribsys / faktory_worker_ruby

Faktory worker for Ruby
GNU Lesser General Public License v3.0
214 stars 31 forks source link

Queue Size #43

Closed scottrobertson closed 4 years ago

scottrobertson commented 4 years ago

Is there a way to fetch the current queue size?

We use a method in sidekiq to fetch the "least busy" queue from a subset of queues.

mperham commented 4 years ago

Faktory doesn't have a comprehensive API like Sidekiq does today. A possible future feature is a command proxy that allows you to send commands to the underlying Redis, so we could provide access for building data APIs like that.

scottrobertson commented 4 years ago

No problem :) will just pick random queues for now. Thanks!