quirkey / resque-status

resque-status is an extension to the resque queue system that provides simple trackable jobs.
MIT License
515 stars 169 forks source link

Resque.enqueue_at #51

Closed cj closed 12 years ago

cj commented 13 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?

quirkey commented 12 years ago

Theres a howto in the resque-scheduler README: https://github.com/bvandenbos/resque-scheduler