ActiveJobのperform_laterとperform_nowの違い - Qiita
はじめに ActiveJobのperformメソッドは、perform_laterとperform_nowの2通りで呼び出すことができます(以下のコード例はRailsのAPIドキュメントから引用しました)。 class ProcessPhotoJob < ActiveJo...