method
perform_now
v5.2.3 -
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