class InlineAdapter
Ruby on Rails 5.2.8.1
Since v4.2.9Active Job Inline adapter
When enqueuing jobs with the Inline adapter the job will be executed immediately.
To use the Inline set the queue_adapter config to :inline.
Rails.application.config.active_job.queue_adapter = :inline
Inherits from
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!
- # unescape
- # with_options