Closed russellballestrini closed 6 years ago
Logged into UI and added redis as a "hobby dev" for now. Once provisioned, you can see the new redis url with the following command:
heroku config -a slashdeploy
Sidekiq expects you to set the following:
heroku config:set REDIS_PROVIDER=REDIS_URL -a slashdeploy
reference: https://github.com/mperham/sidekiq/wiki/Using-Redis#using-an-env-variable
modified: Gemfile modified: Gemfile.lock modified: Procfile new file: app/messages/auto_deployment_stuck_pending_message.rb modified: app/models/auto_deployment.rb new file: app/workers/deployment_watchdog_worker.rb new file: bin/worker_deployment_watchdog modified: lib/slashdeploy/service.rb modified: spec/features/auto_deploy_spec.rb
Also, if you merge. Can you rebase and squash to a single commit?
High Level Overview
Heroku
Logged into UI and added redis as a "hobby dev" for now. Once provisioned, you can see the new redis url with the following command:
Sidekiq expects you to set the following:
reference: https://github.com/mperham/sidekiq/wiki/Using-Redis#using-an-env-variable
Files Changed