Description
Sidekiq::Undertaker is a plugin for Sidekiq. It allows exploring, reviving (retrying) or burying (deleting) dead jobs. For easy exploring the dead-jobs queue is broken down into time windows (buckets) of hours, days and weeks.
Sidekiq::Undertaker alternatives and similar gems
Based on the "Queue" category.
Alternatively, view Sidekiq::Undertaker alternatives based on common mentions on social networks and blogs.
-
Resque
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later. -
Sucker Punch
Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday. -
Shoryuken
A super efficient Amazon SQS thread based message processor for Ruby. This project is in MAINTENANCE MODE. Reach me out on Slack link on the description if you want to become a new maintainer.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Sidekiq::Undertaker or a related project?
README
Sidekiq::Undertaker
About
Sidekiq::Undertaker is a plugin for Sidekiq. It allows exploring, reviving (retrying) or burying (deleting) dead jobs. For easy exploring the dead-jobs queue is broken down into time windows (buckets) of hours, days and weeks.
Installation
Install the Gem
Add this line to your application's Gemfile:
gem "sidekiq-undertaker"
And then execute:
$ bundle
Or install it yourself as:
$ gem install sidekiq-undertaker
Development: Install the Rubocop Pre-Commit Hook
$ rake rubocop:install
Impressions
Filter View
The filter page shows a table with time-buckets as columns and rows for each job class.
[Sidekiq Undertaker](Demo_Filter.png)
Job Filter View
For each job class, you can drill down to view error distribution based on error class.
[Sidekiq Undertaker](Demo_Job_Filter.png)
Morgue View
Finally, click on the individual error counts to display details of the errors in a list form.
[Sidekiq Undertaker](Demo_Morgue_1_Job.png)
The morgue view can, for example, also show an error distribution over all job classes.
[Sidekiq Undertaker](Demo_Morgue_all.png)
Contributing
- Fork it ( https://github.com/ThomasKoppensteiner/sidekiq-undertaker/fork )
- 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
Naming
As another gem with the name sidekiq-cleaner
is already released on rubygems.org,
this fork was renamed to sidekiq-undertaker
.
Thanks
The Sidekiq-Cleaner gem was originally created by Madan Thangavelu. Tout and TheWudu also contributed to it. For the complete list of network members have a look at the fork overview.
Alternative Projects
Author
Thomas Koppensteiner | Github | RubyGems | @koppensteiner_t
License
See the License file.
*Note that all licence references and agreements mentioned in the Sidekiq::Undertaker README section above
are relevant to that project's source code only.