我是Ruby on Rails的新手,我遇到一个问题,本地的sidekiq与redis(redis:// localhost:6379)工作正常(被触发)但是在heroku中没有使用rediscloud。可能是什么问题?
我的proc文件包含:
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -q critical -q applications -q default
答案 0 :(得分:0)
wiki说明了如何在Heroku上设置Redis提供程序:
heroku config:set REDIS_PROVIDER=REDISCLOUD_URL
https://github.com/mperham/sidekiq/wiki/Using-Redis#using-an-env-variable