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
Post a Comment