I am new to Ruby on Rails, I am facing an issue where sidekiq with redis (redis://localhost:6379) on local is working fine(getting triggered) but is not working with rediscloud in heroku. What can be the issue?
My procfile contains:
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -q critical -q applications -q default