Re: Procfile, cedar and logs

2011-10-17 Thread kowsik
Adam, tried that but no worky for me. Here's what I see. On Bamboo, when I push code, I usually see thin and the bundle exec rake getting killed with SIGTERM (with full backtrace) and then restarted. With Cedar, all I get is 'Release v%% created by' message. If I now do heroku ps;scale worker=0 fo

Re: Procfile, cedar and logs

2011-10-17 Thread Adam Wiggins
You might try putting this at the top of your email:work task: STDOUT.sync = true Ruby buffers output by default, which can cause it to delay appearing in the logs until you have enough output. Adam -- You received this message because you are subscribed to the Google Groups "Heroku" grou

Procfile, cedar and logs

2011-10-17 Thread kowsik
Just moved one of our apps to cedar. Have this in our Procfile: 'mailer: bundle exec rake email:work' which we use for sending out all sorts of emails. While I can ps:scale mailer=1, I can't seem to get the output from this task using 'heroku logs -t'. I do see the output from jobs:work as well as