Skip to content

Commit

Permalink
Merge pull request #466 from reidmorrison/rocketjob
Browse files Browse the repository at this point in the history
Add RocketJob
  • Loading branch information
markets committed Sep 24, 2015
2 parents 191436f + 1797023 commit e56164d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ Best suited for map-reduce or e.g. parallel downloads/uploads.
* [Delayed::Job](https://github.com/collectiveidea/delayed_job) - Database backed asynchronous priority queue.
* [Resque](https://github.com/resque/resque) - A Redis-backed Ruby library for creating background jobs.
* [Que](https://github.com/chanks/que) - A Ruby job queue that uses PostgreSQL's advisory locks for speed and reliability.
* [RocketJob](http://rocketjob.io) - Enterprise Batch Processing System focused on performance, scalability, reliability, and visibility of every job in the system. Outgrown existing solutions? Or, start small and scale up later.
* [Shoryuken](https://github.com/phstc/shoryuken) - A super efficient AWS SQS thread based message processor for Ruby.
* [Sidekiq](http://sidekiq.org) - A full-featured background processing framework for Ruby. It aims to be simple to integrate with any modern Rails application and much higher performance than other existing solutions.
* [Sneakers](https://github.com/jondot/sneakers) - A fast background processing framework for Ruby and RabbitMQ.
Expand Down

0 comments on commit e56164d

Please sign in to comment.