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