Re: Minimalistic resque-scheduler for Heroku

2010-11-25 Thread Clément
Thanks Idris, My aim was to do provide a full-Heroku solution, but your job sounds great ! I'll take a look at it shortly! Clément On Nov 24, 4:53 pm, Idris wrote: > We actually just ended up running Clockwork on a Tiny EC2 instance to > queue up scheduled jobs.  Much less overhead than resque-sc

Re: Minimalistic resque-scheduler for Heroku

2010-11-24 Thread Idris
We actually just ended up running Clockwork on a Tiny EC2 instance to queue up scheduled jobs. Much less overhead than resque-scheduler, and very clean. It's about 4 lines of code :) On Nov 24, 9:10 am, Clément wrote: > Hi all ! > You may find this useful :https://github.com/clmntlxndr/heroku-sc

Minimalistic resque-scheduler for Heroku

2010-11-24 Thread Clément
Hi all ! You may find this useful : https://github.com/clmntlxndr/heroku-scheduler It's an minimalistic app that aim to schedule another one's tasks, using resque-scheduler. It needs one full-time worker from his side ; and one or many workers doing the jobs at the other side, in the "main" app.