ruby on rails - Redis and sidekiq ECONNREFUSED -


i deploy rails app , redis server (on port 13160 on same server. after try launch app returns me:

redis::cannotconnecterror (error connecting redis on 127.0.0.1:13160 (econnrefused)): 

the function stops in code is

updatesworker.perform_async 

the thing when write rails_env=production rails runner updatesworker.perform_async rails app works.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -