Class: ActiveJob::QueueAdapters::ResqueAdapter
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           AbstractAdapter | |
| Instance Chain: 
          self,
           AbstractAdapter | |
| Inherits: | ActiveJob::QueueAdapters::AbstractAdapter 
 | 
| Defined in: | activejob/lib/active_job/queue_adapters/resque_adapter.rb | 
Overview
Resque adapter for Active Job
Resque (pronounced like “rescue”) is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.
Read more about Resque here.
To use Resque set the queue_adapter config to :resque.
Rails.application.config.active_job.queue_adapter = :resqueInstance Attribute Summary
AbstractAdapter - Inherited
| #enqueue_after_transaction_commit? | Defines whether enqueuing should happen implicitly to after commit when called from inside a transaction. |