module Execution
Ruby on Rails 8.1.2
Since v4.2.9Active Job Execution
Provides methods to execute jobs immediately, and wraps job execution so that exceptions configured with rescue_from are handled.
Namespace
Modules
Includes
Extends
Methods (defined here)
- # perform
- # perform_now
Private methods (1)
Show private methods Implementation detail — not part of the public API.
Used by
Included by (1)
Methods (inherited)
From ActiveSupport::Concern
(3)
- # class_methods
- # included
- # prepended