Skip to content

Commit

Permalink
add the default queue for sidekiq to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
birarda committed Sep 22, 2016
1 parent bdfe9a7 commit 728a365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
set :file_permissions_chmod_mode, "0700"
set :file_permissions_paths, ["lib/cron/db_backup.sh"]

set :sidekiq_queue, 'greatpass_production_mailers'
set :sidekiq_queue, ['default', 'greatpass_production_mailers']

namespace :deploy do

Expand Down

0 comments on commit 728a365

Please sign in to comment.