Sidediq
ZeroMQ Rails Active Job backend
Why? Just for fun
Installation
Add this line to your application's Gemfile:
gem "sidediq"And then install it:
$ bundle installConfiguration
Sidediq.configure(
bind_address: "tcp://127.0.0.1:5555",
socket_type: "pull" # only "pull" is supported for now
)Contributing
Fork and send a pull request
License
The gem is available as open source under the terms of the MIT License.