包含用于立即执行和执行作业的方法。
方法
实例公共方法
perform_now(...) 链接
立即执行作业。
MyJob.perform_now("mike")
来源:显示 | 在 GitHub 上
# File activejob/lib/active_job/execution.rb, line 22 def perform_now(...) job_or_instantiate(...).perform_now end