about summary refs log tree commit diff
path: root/config/puma.rb
diff options
context:
space:
mode:
authorfoxiehkins <foxiehkins@gmail.com>2017-04-07 14:01:20 +0100
committerGitHub <noreply@github.com>2017-04-07 14:01:20 +0100
commit41396de7a90f23dd0afe1afa3dab1be43b7b6ecd (patch)
tree5cacec3a442a671990f972196fa90c90903e83cf /config/puma.rb
parentac1989d2c07b707699641987d62697103698393c (diff)
parent4e41cd9ab8f51120d558b70528b163c98993be53 (diff)
Merge branch 'master' into master
Diffstat (limited to 'config/puma.rb')
-rw-r--r--config/puma.rb2
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)