Handler-based message queueing (jobs) and pub/sub (events).
Setup message queues. Run jobs and events. Profit.
TODO: Write code samples and usage instructions here
Add this line to your application’s Gemfile:
gem 'qs'
And then execute:
$ bundle
Or install it yourself as:
$ gem install qs
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)