Skip to content

Commit

Permalink
Add puma-worker-killer
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Apr 29, 2023
1 parent 1176ea2 commit 642d518
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ gem 'mini_portile2', '~> 2.8'

gem "faraday"
gem "private_address_check"
gem 'puma_worker_killer'


group :production, :staging do
gem 'ddtrace'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ GEM
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
geocoder (1.8.1)
get_process_mem (0.2.7)
ffi (~> 1.0)
globalid (1.1.0)
activesupport (>= 5.0)
gmaps4rails (2.1.2)
Expand Down Expand Up @@ -487,6 +489,9 @@ GEM
public_suffix (5.0.1)
puma (6.2.2)
nio4r (~> 2.0)
puma_worker_killer (0.3.1)
get_process_mem (~> 0.2)
puma (>= 2.7)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -857,6 +862,7 @@ DEPENDENCIES
private_address_check
pry (~> 0.13.0)
puma
puma_worker_killer
rack-mini-profiler (< 3.0.0)
rack-rewrite
rack-timeout
Expand Down

0 comments on commit 642d518

Please sign in to comment.