跳至内容 跳至搜索

Active Job 内联适配器

使用内联适配器排队作业时,作业将立即执行。

要使用内联,将 queue_adapter 配置设置为 :inline

Rails.application.config.active_job.queue_adapter = :inline