diff options
author | Erwan Leboucher <erwanleboucher@gmail.com> | 2017-04-07 12:43:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 12:43:56 +0200 |
commit | 0c4e9fdda051d0322608c9abdaa158529c8feacd (patch) | |
tree | db5e8aae085529913e4567c0a81a00c1d2b22356 /config | |
parent | a0f1f9c6649f44183b9c1525433c1c6e7f052492 (diff) | |
parent | 624a9a7136159d460228a0c2f5df18a9ead3b7f2 (diff) |
Merge branch 'master' into patch-4
Diffstat (limited to 'config')
-rw-r--r-- | config/puma.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/puma.rb b/config/puma.rb index 550129bdc..191f00cca 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -9,7 +9,7 @@ preload_app! on_worker_boot do if ENV['HEROKU'] # Spawn the workers from Puma, to only use one dyno - @sidekiq_pid ||= spawn('bundle exec sidekiq -q default -q mailers -q push') + @sidekiq_pid ||= spawn('bundle exec sidekiq -q default -q push -q pull -q mailers ') end ActiveRecord::Base.establish_connection if defined?(ActiveRecord) |