Simple events pub-sub for sync/async operations using Sidekiq. It will allow easy pub sub when a new ActiveRecord commit is made. It will allow easy pub sub for predefined named events. It will allow easy perspective on the events currently used in the system.
To read more on the motivation link
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request