Sidekiq::History
A really simple addition to sidekiq web to enable a job history log.
Installation
Add this line to your application's Gemfile:
gem 'sidekiq-history'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sidekiq-history
Usage
Nothing left to do. Mount sidekiq, and go to the web interface. You'll see a shiny new History tab!
Screenshot

Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request