Flowdock
v4.2.1 - Show latest stable - 0 notes - Superclass: Object

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 = :resque
Show files where this class is defined (1 file)
Register or log in to add new notes.