0

I've upgraded an app from 3.2/1.8.7/Bamboo to 3.2/1.9.2/Cedar. Everything seems to be working except HireFire is not getting triggered properly.

Things seem to go smoothly when I run

bundle exec rake jobs:work

manually, but I can't for the life of me figure it out! I don't even know how to get output to see what the problem might be.

Please help!!

pixelearth
  • 13,674
  • 10
  • 62
  • 110
  • Try checking your logs with `heroku logs` (https://devcenter.heroku.com/articles/logging#log-retrieval) and update this question with some additional info. – Dominic Feb 12 '13 at 04:27
  • That's just the problem. There's nothing in the logs... I don't know how to go about debugging this... – pixelearth Feb 12 '13 at 07:13

1 Answers1

0

This got things working. Apparently at the time of this writing, HireFire doesn't work on Cedar (even though it claims to)

Rails 3 Mailer and Delayed Job & Heroku

Community
  • 1
  • 1
pixelearth
  • 13,674
  • 10
  • 62
  • 110