capistrano-sidekiq icon indicating copy to clipboard operation
capistrano-sidekiq copied to clipboard

How do per-server sidekiq_config_files work?

Open philsmy opened this issue 2 years ago • 1 comments

Looking at the example app I thought it was like this:

server '1xx.xxx.xxx.xxx', user: 'deploy', roles: %i[app web sidekiq], machine_name: 'xxxxx', sidekiq_config_files: %w[sidekiq_production_shared.yml]

But that doesn't seem to work. I guess that the servers are just using the sidekiq.yml I happened to have in the config directory. We'd really like to fine-tune this!

philsmy avatar Nov 02 '22 07:11 philsmy

Bump, I'm banging my head against the wall trying to get this to work properly as well.

JonTheStone avatar Jun 27 '23 19:06 JonTheStone