module ActiveJob::Execution

Active Job Execution

Provides methods to execute jobs immediately, and wraps job execution so that exceptions configured with rescue_from are handled.