Skip to content

fobiasmog/sidediq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 install

Configuration

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.

About

ZeroMQ Active Job adapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors