/sidekiq_unique_retries

Unique Retries for Sidekiq

Primary LanguageRuby

Unique Retries for Sidekiq Build Status

This is extension for sidekiq that allows to have unique retries for your unique jobs. It should work for any sidekiq unique job extension if it guarantees that only one unique job can be performing at the same time. Currently this gem supports SidekiqUniqueJobs extension but you may wrote own adapter.

Installation

Add this line to your application's Gemfile:

gem 'sidekiq_unique_retries'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sidekiq_unique_retries

Authors

References