Skip to content

Capistrano integration: Make sidekiq command configurable#560

Merged
mperham merged 1 commit intosidekiq:masterfrom
Tho85:sidekiq_cmd_configurable
Dec 3, 2012
Merged

Capistrano integration: Make sidekiq command configurable#560
mperham merged 1 commit intosidekiq:masterfrom
Tho85:sidekiq_cmd_configurable

Conversation

@Tho85
Copy link

@Tho85 Tho85 commented Dec 3, 2012

This patch allows users to configure which sidekiq executable to use during Capistrano deployments.

This is useful if you want to use some other executable than bundle exec sidekiq, e.g. when using Bundler's binstubs.

Usage:

# in config/deploy.rb
set :sidekiq_cmd, './bin/sidekiq'
set :sidekiqcli_cmd, './bin/sidekiqcli'

mperham added a commit that referenced this pull request Dec 3, 2012
Capistrano integration: Make sidekiq command configurable
@mperham mperham merged commit db46142 into sidekiq:master Dec 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants