class QueAdapter

Ruby on Rails 6.1.7.10

Since v4.2.9 Last seen in v7.0.10

Available in: v4.2.9 v5.2.8.1 v6.0.6 v6.1.7.10 v7.0.10

Que adapter for Active Job

Que is a high-performance alternative to DelayedJob or QueueClassic that improves the reliability of your application by protecting your jobs with the same ACID guarantees as the rest of your data. Que is a queue for Ruby and PostgreSQL that manages jobs using advisory locks.

Read more about Que here.

To use Que set the queue_adapter config to :que.

Rails.application.config.active_job.queue_adapter = :que

Inherits from

Object

Methods (inherited)

From Object (17)
From ActiveRecord::TestFixtures (4)
From ActiveSupport::Concern (3)

Type at least 2 characters to search.

↑↓ navigate · open · esc close