class SidekiqAdapter
Ruby on Rails 8.1.2
Since v4.2.9Sidekiq adapter for Active Job
Simple, efficient background processing for Ruby. Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with it to make background processing dead simple.
Read more about Sidekiq here.
To use Sidekiq set the queue_adapter config to :sidekiq.
Rails.application.config.active_job.queue_adapter = :sidekiq
Inherits from
Methods (defined here)
Methods (inherited)
From ActiveJob::QueueAdapters::AbstractAdapter (3)
- # enqueue
- # enqueue_at
- # stopping?
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