Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages