about summary refs log tree commit diff
path: root/config/puma.rb
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 22:54:25 -0400
committerGitHub <noreply@github.com>2017-04-07 22:54:25 -0400
commit971c4de18c35bcfe24e92d40b657950b19dfa62a (patch)
tree90118f965cd5770911e1daa8cc684746ece1e321 /config/puma.rb
parent4b08b7c50274bbfdd527a17eddd1242d21fc8cae (diff)
parent394c8ef6801a82fab0bb3b75fbef1e6b6100d28a (diff)
Merge branch 'master' into patch-1
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)