現在、次のように DelayedJob をキューに入れています。
Delayed::Job.enqueue MyJob.new, 5, 1.day.from_now
別の実行時間を設定する方法を探しています:
Tomorrow morning at 9:30am PST
Railsにはこれを処理できるヘルパーがありますか? ありがとう
現在、次のように DelayedJob をキューに入れています。
Delayed::Job.enqueue MyJob.new, 5, 1.day.from_now
別の実行時間を設定する方法を探しています:
Tomorrow morning at 9:30am PST
Railsにはこれを処理できるヘルパーがありますか? ありがとう