How to schedule a job on specific date in rails using sidekiq

前端 未结 0 522
隐瞒了意图╮
隐瞒了意图╮ 2021-02-04 19:51

notify = @employee_listing.end_publish_date - 3.days ExpireReminderEmployeeListingWorker.perform_async(notify.to_s, @employee_listing.id)

i want to run this worker on thi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题