class QueueClassicAdapter
Ruby on Rails 7.2.3
Since v4.2.9queue_classic adapter for Active Job
queue_classic provides a simple interface to a PostgreSQL-backed message queue. queue_classic specializes in concurrent locking and minimizing database load while providing a simple, intuitive developer experience. queue_classic assumes that you are already using PostgreSQL in your production environment and that adding another dependency (e.g. redis, beanstalkd, 0mq) is undesirable.
Read more about queue_classic here.
To use queue_classic set the queue_adapter config to :queue_classic.
Rails.application.config.active_job.queue_adapter = :queue_classic
Inherits from
Methods (defined here)
- # build_queue
- self. new
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!
- # with
- # with_options
From ActiveSupport::NumericWithFormat (2)
- # to_formatted_s
- # to_fs