Re: Using resque-scheduler

2010-08-27 Thread malomalo
You should be able to fork, but you wouldn't want multiple schedulers so you'll be limited to 1 worker. You can setup another app that is another environment of your production app that only runs the scheduler. If you get resque:scheduler to run let me know. I've run it on heroku and it keeps

Using resque-scheduler

2010-08-26 Thread Idris
We're trying to use resque-scheduler with Heroku, but resque-scheduler requires two processes to be running, corresponding to the tasks resque:scheduler (which schedules jobs), and resque:work (which pops jobs off the queue and performs the work). Given that workers on Heroku only run the