Fork Puma gem
This makes us to switch to use Puma from: - https://gitlab.com/gitlab-org/gitlab-puma - https://gitlab.com/gitlab-org/gitlab-puma_worker_killer This is needed to test a latest latency improvements for Puma to improve, Puma scheduling mechanism. This is meant to be temporary as part of effort to upstream the https://github.com/puma/puma/pull/2079
Showing
... | ... | @@ -170,8 +170,8 @@ group :unicorn do |
end | ||
group :puma do | ||
gem 'puma', '~> 4.3.0', require: false | ||
gem 'puma_worker_killer', '~> 0.1.1', require: false | ||
gem 'gitlab-puma', '~> 4.3.1.gitlab.2', require: false | ||
gem 'gitlab-puma_worker_killer', '~> 0.1.1.gitlab.1', require: false | ||
gem 'rack-timeout', require: false | ||
end | ||
... | ... |
Please register or sign in to comment