diff --git a/hello.rb b/hello.rb index a627356..3cbd88e 100644 --- a/hello.rb +++ b/hello.rb @@ -3,6 +3,7 @@ require 'haml' require 'sidekiq' require './workers/test_job' + Sidekiq.configure_server do |config| config.redis = { url: ENV['REDIS_URL'] || 'redis://localhost:6379/1' } end