Sidekiq Batch Jobs Implementation


Keywords
batch, sidekiq, sidekiq-batch
License
MIT
Install
gem install sidekiq-batch -v 0.1.8

Documentation

Sidekiq::Batch

Join the chat at https://gitter.im/breamware/sidekiq-batch

Gem Version Build Status Code Climate Code Climate Code Climate

Simple Sidekiq Batch Job implementation.

Installation

Add this line to your application's Gemfile:

gem 'sidekiq-batch'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sidekiq-batch

Usage

Sidekiq Batch is drop-in replacement for the API from Sidekiq PRO. See https://github.com/mperham/sidekiq/wiki/Batches for usage.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/breamware/sidekiq-batch.

License

The gem is available as open source under the terms of the MIT License.