Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
遅延ジョブをセットアップしましたが、しばらくは正常に機能していました。unknown attribute: queue 次の行をコントローラーの 1 つに追加しようとすると、突然発生します。
unknown attribute: queue
Delayed::Job.enqueue(EmailJob.new())
ヒントはありますか?
rails generatedelayed_job:upgrade を実行する必要があります
https://github.com/collectiveidea/delayed_job/issues/453を参照