class SuckerPunchAdapter
Ruby on Rails 7.0.10
Since v4.2.9 Last seen in v8.0.4Sucker Punch adapter for Active Job
Sucker Punch is a single-process Ruby asynchronous processing library. This reduces the cost of hosting on a service like Heroku along with the memory footprint of having to maintain additional jobs if hosting on a dedicated server. All queues can run within a single application (e.g. Rails, Sinatra, etc.) process.
Read more about Sucker Punch here.
To use Sucker Punch set the queue_adapter config to :sucker_punch.
Rails.application.config.active_job.queue_adapter = :sucker_punch
Inherits from
Methods (inherited)
From Object (16)
- # 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_options
From ActiveRecord::TestFixtures (4)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended