Skip to content

TheWudu/sidekiq-cleaner

 
 

Repository files navigation

Sidekiq::Cleaner

Sidekiq cleaner makes exploring dead job queue easier. It breaks down the failures by time window of hours and days. It allows retrying or deleting a certain subset of failures.

Queue based failure classification

Sidekiq Cleaner

For each queue, you can drill down to view failure distribution based on error types.

Sidekiq Cleaner

Finally, click on the individual error counts to display details of the errors in a list form.

Sidekiq Cleaner

NOTE: This gem requires Sidekiq > 3.0

Installation

Add this line to your application's Gemfile:

gem 'sidekiq-cleaner'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sidekiq-cleaner

Contributing

  1. Fork it ( http://github.com//sidekiq-cleaner/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A Gem that will help triage dead sidekiq jobs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 81.8%
  • HTML 18.2%