提交 8a97fcb5 编写于 作者: E Eric Brooke

Added web links

Added web links to resque, delayed_job and sidekiq
上级 9fb16627
...@@ -36,7 +36,7 @@ Major Features ...@@ -36,7 +36,7 @@ Major Features
### Active Job, Action Mailer #deliver_later ### Active Job, Action Mailer #deliver_later
Active Job is a new framework in Rails 4.2. It is an adapter layer on top of Active Job is a new framework in Rails 4.2. It is an adapter layer on top of
queuing systems like Resque, Delayed Job, Sidekiq, and more. You can write your queuing systems like [Resque](https://github.com/resque/resque), [Delayed Job](https://github.com/collectiveidea/delayed_job), [Sidekiq](https://github.com/mperham/sidekiq), and more. You can write your
jobs with the Active Job API, and it'll run on all these queues with no changes jobs with the Active Job API, and it'll run on all these queues with no changes
(it comes pre-configured with an inline runner). (it comes pre-configured with an inline runner).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册