method
perform_now
v4.2.7 -
Show latest stable
- Class:
ActiveJob::Execution
perform_now()public
Performs the job immediately. The job is not sent to the queueing adapter but directly executed by blocking the execution of others until it’s finished.
MyJob.new(*args).perform_now