ruote log_2010-11-19

2010-11-19 07:13:34 utc Guest97490 hi
2010-11-19 07:13:45 utc jmettraux Hi Nilesh, welcome to #ruote
2010-11-19 07:14:14 utc Guest97490 Have problem, do you have a minute?
2010-11-19 07:14:21 utc jmettraux yes
2010-11-19 07:16:05 utc Guest97490 I am using resque for my background jobs, untill now my requirement was only to run them immediately. Now for a new kind of jobs, they are supposed to be scheduled, say every x hours. And the value of 'x' will be set from the application through an Admin interface.
2010-11-19 07:16:48 utc jmettraux https://github.com/bvandenbos/resque-scheduler ?
2010-11-19 07:17:01 utc Guest97490 can I use 'rufus-scheduler' for this? Note that I want to continue to use Resque for actual processing.
2010-11-19 07:17:15 utc Guest97490 yea, I have checked resque-scheduler
2010-11-19 07:17:39 utc jmettraux so, yes you can use rufus-scheduler with resque
2010-11-19 07:21:33 utc Guest97490 how can I provide 'rufus-scheduler' the schedule, which is dynamic and comes from DataBase. Whats the best way to do that?
2010-11-19 07:24:54 utc jmettraux something like https://gist.github.com/706225
2010-11-19 07:28:48 utc jmettraux you're welcome