Flowdock
class
Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

Qu adapter for Active Job

Qu is a Ruby library for queuing and processing background jobs. It is heavily inspired by delayed_job and Resque. Qu was created to overcome some shortcomings in the existing queuing libraries. The advantages of Qu are: Multiple backends (redis, mongo), jobs are requeued when worker is killed, resque-like API.

Read more about Qu here.

To use Qu set the queue_adapter config to :qu.

Rails.application.config.active_job.queue_adapter = :qu
Show files where this class is defined (1 file)
Register or log in to add new notes.