class BackburnerAdapter
Ruby on Rails 8.0.4
Since v4.2.9Backburner adapter for Active Job
Backburner is a beanstalkd-powered job queue that can handle a very high volume of jobs. You create background jobs and place them on multiple work queues to be processed later. Read more about Backburner here.
To use Backburner set the queue_adapter config to :backburner.
Rails.application.config.active_job.queue_adapter = :backburner
Inherits from
Methods (inherited)
From ActiveJob::QueueAdapters::AbstractAdapter (2)
- # enqueue
- # enqueue_at
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!
- # with
- # with_options
From ActiveSupport::NumericWithFormat (2)
- # to_formatted_s
- # to_fs