class QuAdapter
Ruby on Rails 5.2.8.1
Since v4.2.9 Last seen in v5.2.8.1Available in: v4.2.9 v5.2.8.1
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
Inherits from
Methods (inherited)
From Object (17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # unescape
- # with_options