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