Sha256: 5739469aef4a961a41fc07542dd03d56b4a98dcc1453662037355ba35b963ae9
Contents?: true
Size: 688 Bytes
Versions: 15
Compression:
Stored size: 688 Bytes
Contents
# Arsenicum Asyncronous processing engine that can use any queue storage including Amazon SQS and so on. ## Installation Add this line to your application's Gemfile: gem 'arsenicum' And then execute: $ bundle Or install it yourself as: $ gem install arsenicum ## Usage You can boot arsenicum. $ bundle exec arsenicum If you use arsenicum with rails, you should boot arsenicum_rails as below: $ bundle exec arsenicum_rails ## 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
15 entries across 15 versions & 1 rubygems