From 34f0e4240e7c7f18c1925dcd8d33e1282aec6e60 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 20 May 2014 12:19:14 +0200 Subject: Update README with queue_as example and the desire for a Resque 2.x adapter --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e8e12e859c..1be57a1808 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Declare a job like so: ```ruby class MyJob < ActiveJob::Base + queue_as :my_jobs + def perform(record) record.do_work end @@ -88,6 +90,10 @@ We currently have adapters for: * [Sneakers](https://github.com/jondot/sneakers) * [Sucker Punch](https://github.com/brandonhilkert/sucker_punch) +We would like to have adapters for: + +* [Resque 2.x](https://github.com/resque/resque) (see [#7](https://github.com/rails/activejob/issues/7)) + ## Under development as a gem, targeted for Rails inclusion -- cgit v1.2.3