mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
List adapters supported and wanted
This commit is contained in:
parent
e5feb8b764
commit
d3bc4499a2
1 changed files with 15 additions and 0 deletions
15
README.rdoc
15
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
|
||||
|
|
Loading…
Reference in a new issue