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 jobs:work task, how can we get jobs:work to run
BOTH of these resque jobs?  Should we fork inside of the jobs:work
task? Do heroku workers even support fork?

Thanks,
Idris

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to