foreman
foreman copied to clipboard
foreman shutdown redis and sidekiq error
Hi, when I shutdown foreman in my rails app, I'm getting this error in the terminal
Setup:
ruby '2.4.1'
gem 'rails', '5.0.5'
gem 'foreman', github: "ddollar/foreman"
Porfolio setup:
web: bundle exec puma -C config/puma.rb > /dev/null 2>&1
log: tail -f log/development.log
worker: bundle exec sidekiq -C ./config/sidekiq.yml
redis_s: redis-server
11:03:14 worker.1 | 2017-11-20T15:03:14.651Z 4890 TID-owsvvwz5w ERROR: Error fetching job: Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED)
terminal trace on the link. https://gist.github.com/Frank004/4c9f9ab96d791722291791f555ca10f1
I am getting exactly the same error.
@Frank004 is this still an issue?
@Frank004 is this still an issue?
Yes. I'm still looking for a solution.