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