diff options
author | Shel R <Yiskah.Raphen@gmail.com> | 2017-04-07 23:08:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 23:08:41 -0400 |
commit | 315ff648c8ab9f3bb34e2b6b1f77453159e260c4 (patch) | |
tree | b3793cec5458e83ad0d7053d7f85a174d05a5523 /config/puma.rb | |
parent | 94536af96d9884e2acb2c34d0cf8948b1de7dd5d (diff) | |
parent | 41923d1c6ba28df6652aefd9619acc33a5cf467a (diff) |
Merge branch 'master' into list-oulipo-social
Diffstat (limited to 'config/puma.rb')
-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) |