[Rails] Can't deploy a Rails app with a worker process

My deployment succeeds. But when starting “Sidekiq” it launches with localhost:6309/1 even when there’s nowhere specifying that port.

  • Region: Jnb/SA

Hi @mradike-nm !

That port seems like a connection to a local redis! Can you follow the steps here to set up and connect your Rails app with Redis?