Skip to content

Commit

Permalink
Merge pull request seuros#74 from derSascha/cap2-concurrency-default
Browse files Browse the repository at this point in the history
Set sidekiq_concurrency default value for cap 2 (improves pr seuros#72).
  • Loading branch information
seuros committed Mar 20, 2015
2 parents 7b80b49 + 441f103 commit e3daf02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/capistrano/tasks/capistrano2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
_cset(:sidekiq_config) { "#{current_path}/config/sidekiq.yml" }
_cset(:sidekiq_options) { nil }
_cset(:sidekiq_queue) { nil }
_cset(:sidekiq_concurrency) { nil }

_cset(:sidekiq_cmd) { "#{fetch(:bundle_cmd, 'bundle')} exec sidekiq" }
_cset(:sidekiqctl_cmd) { "#{fetch(:bundle_cmd, 'bundle')} exec sidekiqctl" }
Expand Down

0 comments on commit e3daf02

Please sign in to comment.