Sidekiq::QueueStats Build Status

Keeps track of Sidekiq job count and adds a tab to the Web UI to let you view totals.

[WARNING] Large amounts of jobs in queues can cause this gem to slowly load. Use the 'Live Poll' button at your own risk.

Installation

Add this line to your application's Gemfile:

gem 'sidekiq-queue-stats'

Usage

Simply having the gem in your Gemfile is enough to get you started. Your job count will be visible via a Worker Stats tab in the Web UI.

Web UI

Dependencies

Depends on Sidekiq >= 2.16.0

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Released under the MIT License. See the LICENSE file for further details.