Sha256: 8a28b9f497c5604f9d834c41838f66d78a41438dc952ade3d4d1ef469ff7a28b
Contents?: true
Size: 725 Bytes
Versions: 1
Compression:
Stored size: 725 Bytes
Contents
# SidekiqUniqueJobs The missing unique jobs for sidekiq ## Installation Add this line to your application's Gemfile: gem 'sidekiq-unique-jobs' And then execute: $ bundle Or install it yourself as: $ gem install sidekiq-unique-jobs ## Usage All that is required is that you specifically set the sidekiq option for *unique* to true like below: ```ruby sidekiq_options unique: true ``` Requiring the gem in your gemfile should be sufficient to enable unique jobs. ## Contributing 1. Fork it 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-unique-jobs-2.1.0 | README.md |