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 <clmntlx...@gmail.com> wrote:
> 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.
> What do you think of it ?
> Do you think about a better solution ?
> Thanks,
> Clément