Simple Sidekiq Batch Job implementation.
Add this line to your application's Gemfile:
gem 'sidekiq-batch'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sidekiq-batch
Sidekiq Batch is drop-in replacement for the API from Sidekiq PRO. See https://github.com/mperham/sidekiq/wiki/Batches for usage.
Bug reports and pull requests are welcome on GitHub at https://github.com/breamware/sidekiq-batch.
The gem is available as open source under the terms of the MIT License.