class ResqueAdapter
Ruby on Rails 4.2.9
Since v4.2.9Resque 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
Inherits from
Methods (inherited)
From Object (23)
- # <
- # acts_like?
- # blank?
- # create_fixtures
- # deep_dup
- # destroy
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # itself
- # perform
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # unescape
- # with_options
- self. table_name_prefix