aboutsummaryrefslogtreecommitdiffstats
path: root/README.rdoc
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2014-05-18 21:37:16 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2014-05-18 21:37:16 +0200
commitd3bc4499a26c58af81422a67f1fb21c405994756 (patch)
treeab6c9d52df453c679ef796eb4b7d02a3ccea0dac /README.rdoc
parente5feb8b764e8c4c377884fe6d3b736b415a923e1 (diff)
downloadrails-d3bc4499a26c58af81422a67f1fb21c405994756.tar.gz
rails-d3bc4499a26c58af81422a67f1fb21c405994756.tar.bz2
rails-d3bc4499a26c58af81422a67f1fb21c405994756.zip
List adapters supported and wanted
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rdoc b/README.rdoc
index 5137766226..8531988f33 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -11,6 +11,21 @@ one of the most common jobs in a modern web application: Sending emails outside
of the request-response cycle, so the user doesn't have to wait on it.
+== Supported queueing systems
+
+We currently have adapters for:
+
+* Resque 1.x
+* Sidekiq
+* Sucker Punch
+
+We would like to have adapters for:
+
+* Delayed Job
+* beanstalkd
+* rabbitmq
+
+
== Under development as a gem, targeted for Rails inclusion
Active Job is currently being developed in a separate repository until it's