Simple Sidekiq Add-on to enqueue jobs to other applications.
Add this line to your application's Gemfile:
gem 'sidekiq_remote_enqueuer', :git => '[email protected]:geisonbiazus/sidekiq-remote-enqueuer.git'
And then execute:
$ bundle
Sidekiq::RemoteEnqueuer.enqueue_to 'queue', 'RemoteWorkerClass', args
- 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