Added unicorn-worker-killer gem to test

pull/6000/head
Kartones 9 years ago
parent dd91d89496
commit 560e0b00d8

@ -37,6 +37,7 @@ gem 'net-ldap', '0.11'
group :production, :staging do
gem 'unicorn', '4.8.2'
gem 'unicorn-worker-killer'
gem 'raindrops', '0.12.0'
end

@ -2,3 +2,5 @@
require ::File.expand_path('../config/environment', __FILE__)
run CartoDB::Application
# For specifics about Unicorn worker killer config to set here, check https://github.com/kzk/unicorn-worker-killer

Loading…
Cancel
Save