Includes methods for executing and performing jobs instantly.
Performs the job immediately.
MyJob.perform_now("mike")
Source: show | on GitHub
# File activejob/lib/active_job/execution.rb, line 17 def perform_now(*args) job_or_instantiate(*args).perform_now end