astroscrum / hubot-astroscrum

Hubot adapter for Astroscrum API
https://www.npmjs.com/package/hubot-astroscrum
MIT License
5 stars 6 forks source link

Redis connection failed error #10

Closed mwelch2 closed 8 years ago

mwelch2 commented 8 years ago

Apologies, as this might not be an issue as such, although would be good if it were documented.

I am running hubot as a heroku app, with astroscrum installed. I am a BI developer trying to use autoscrum with slack. Hubot works within slack without any problems; however the one thing that doesn't work is autoscrum. When I look at the heroku logs I get the following, both redis is installed as an addon:

image

mwelch2 commented 8 years ago

This is the config for my heroku app:

image

So, is there something that's telling redis to look at 127.0.0.1:6379 where my heroku app has been deployed that needs changing?

mwelch2 commented 8 years ago

I removed redis cloud/to go from my heroku app, and installed the heroku redis addon. It seems to be doing something, but still producing errors in the heroku log:

image

mwelch2 commented 8 years ago

So, it seems to have resolved itself. All but the last error by using heroku redis, rather than the other redis addons.