提交 6f059b0b 编写于 作者: L Larry Lv

Update README for currently supported adapters.

上级 3a233d08
...@@ -24,7 +24,7 @@ Set the queue adapter for Active Job: ...@@ -24,7 +24,7 @@ Set the queue adapter for Active Job:
``` ruby ``` ruby
ActiveJob::Base.queue_adapter = :inline # default queue adapter ActiveJob::Base.queue_adapter = :inline # default queue adapter
# Adapters currently supported: :resque, :sidekiq, :sucker_punch, :delayed_job # Adapters currently supported: :resque, :sidekiq, :sucker_punch, :delayed_job, :queue_classic, :sneakers
``` ```
Declare a job like so: Declare a job like so:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册