Cristopher

Results 3 comments of Cristopher

I was testing these changes. ``` ruby gem 'capistrano-sidekiq', github: 'klacointe/capistrano-sidekiq', :branch => "sidekiq_config_per_host" ``` and this is how my deploy.rb file looks like ``` ruby set :sidekiq_role, [:sidekiq_readonly, :sidekiq_general]...

Hi @seuros, noticed that you added support to "Different number of processes per host" do this also mean that we can specify a different config file ? my use case...

hi @seuros, is there an alternative way to support this in the current version, I been using a fork from @kpheasey for over a year and things worked fine, however,...