Namespace
Methods
Included Modules
Instance Public methods
perform(*)
Link
perform_now()
Link
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