Skip to content

Commit

Permalink
set default empty option for sidekiq queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rozumey committed Dec 11, 2014
1 parent 77dbe6b commit 56327d1
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 @@ -8,6 +8,7 @@
_cset(:sidekiq_log) { File.join(shared_path, 'log', 'sidekiq.log') }

_cset(:sidekiq_options) { nil }
_cset(:sidekiq_queue) { 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 56327d1

Please sign in to comment.