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