error 500 on 5.0 project's show - sidekiq
Created by: brodock
Hi,
I run all the check scripts and everything seems fine, but when I try to open a project's page i get a 500 error.
Looking at the logs, i have this:
ActionView::Template::Error (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)):
3: %span.cgray.pull-right
4: #{time_ago_in_words(event.created_at)} ago.
5:
6: = cache event do
7: = image_tag gravatar_icon(event.author_email), class: "avatar s24"
8:
9: - if event.push?
app/views/events/_event.html.haml:6:in `_app_views_events__event_html_haml___1064360536_85484780'
app/views/projects/show.html.haml:6:in `_app_views_projects_show_html_haml__230065663_85122240'
app/controllers/projects_controller.rb:62:in `block (2 levels) in show'
app/controllers/projects_controller.rb:58:in `show'
It may look like my redis server is offline, in fact it's on another machine. I've already updated the configuration on resque.yml to:
production: redis://myserver...:6379