aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCristian Bica <cristian.bica@gmail.com>2014-05-20 00:01:56 +0300
committerCristian Bica <cristian.bica@gmail.com>2014-05-20 00:01:56 +0300
commit5cad2c1b8aa1139ba3de45b3ce26b9d5c9931f6c (patch)
tree63fd313e325270847760c81e82369d9286a57f5e /README.md
parentac930b8077a7f494d531b9bb34aa431870fb0a3f (diff)
downloadrails-5cad2c1b8aa1139ba3de45b3ce26b9d5c9931f6c.tar.gz
rails-5cad2c1b8aa1139ba3de45b3ce26b9d5c9931f6c.tar.bz2
rails-5cad2c1b8aa1139ba3de45b3ce26b9d5c9931f6c.zip
Implemented queue_classic adapter
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da73276e84..a0e5f01e29 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ of the request-response cycle, so the user doesn't have to wait on it.
The main point is to ensure that all Rails apps will have a job infrastructure
in place, even if it's in the form of an "immediate runner". We can then have
framework features and other gems build on top of that, without having to worry
-about API differences between Delayed Job and Resque. Picking your queuing
+about API differences between Delayed Job and Resque. Picking your queuing
backend becomes more of an operational concern, then. And you'll be able to
switch between them without having to rewrite your jobs.
@@ -83,10 +83,10 @@ We currently have adapters for:
* Sidekiq
* Sucker Punch
* Delayed Job
+* QueueClassic
We would like to have adapters for:
-* QueueClassic
* Sneakers