Closed cj closed 12 years ago
Hi,
Is it possible to use https://github.com/bvandenbos/resque-scheduler and do Resque.enqueue_at(5.days.from_now, SendFollowUpEmail, :user_id => current_user.id) or enqueue_in with resque status?
Resque.enqueue_at(5.days.from_now, SendFollowUpEmail, :user_id => current_user.id)
enqueue_in
Theres a howto in the resque-scheduler README: https://github.com/bvandenbos/resque-scheduler
Hi,
Is it possible to use https://github.com/bvandenbos/resque-scheduler and do
Resque.enqueue_at(5.days.from_now, SendFollowUpEmail, :user_id => current_user.id)
orenqueue_in
with resque status?