This is my first attempt to get Redis to work on Heroku.
I added one working dyno (only today, so I haven’t paid yet), added the RedisToGo Nano add-on, checked the background jobs on my local machine and clicked the application on the hero.
heroku ps
gives
=== web: `bundle exec rails server -p $PORT` web.1: up 2013/03/03 18:26:09 (~ 37m ago) === worker: `bundle exec rake jobs:work` worker.1: crashed 2013/03/03 19:02:15 (~ 1m ago)
Sidekiq's web interface says that one job is in the queue, but zero was processed or failed.
I guess my working dyno crashed.
Are there any errors that I don’t know?
(for example, I need to run some command to start listening to background jobs, etc.)
heroku logs --tail does not show any errors, so I don’t understand why my working dynamite.
Serge Vinogradoff
source share