capistrano-sidekiq
capistrano-sidekiq copied to clipboard
How do per-server sidekiq_config_files work?
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!
Bump, I'm banging my head against the wall trying to get this to work properly as well.