Search code examples
ruby-on-railssidekiq

can we remove redis url from Sidekiq dahsboard?


In the Sidekiq dashboard, is there any option to modify the default Sidekiq dashboard to hide Redis URL?

I tried hiding them but not getting them right. I need to figure out if there are any config settings to make changes in the Sidekiq dashboard. @Mike Perham


Solution

  • Monkeypatch Sidekiq::WebHelpers#redis_url to return whatever you want.