Sha256: e333d7e50fbbe169680e0d4b4899e5badae1ee49edc69a6753446a78e7262784
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 Bytes
Contents
# Dynamiq A dynamic priority queue extension for [Sidekiq](https://github.com/mperham/sidekiq). ## Installation Add this line to your application's Gemfile: ```ruby gem 'dynamiq' ``` And then execute: $ bundle Or install it yourself as: $ gem install dynamiq ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( https://github.com/[my-github-username]/dynamiq/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dynamiq-0.1.0 | README.md |