File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ gem 'omniauth-cas', '3.0.0'
1919gem 'omniauth-rails_csrf_protection' , '~> 1.0'
2020gem 'pg' , '~> 1.4.6'
2121gem 'puma' , '~> 6.4.1'
22+ gem 'puma-plugin-delayed_stop' , '~> 0.1.2'
2223gem 'rack-timeout' , '~> 0.6.3'
2324gem 'rails' , '~> 7.1.5'
2425gem 'rsolr' , '>= 1.0' , '< 3'
Original file line number Diff line number Diff line change 319319 public_suffix (6.0.1 )
320320 puma (6.4.3 )
321321 nio4r (~> 2.0 )
322+ puma-plugin-delayed_stop (0.1.2 )
323+ puma (>= 5.0 , < 8 )
322324 racc (1.8.1 )
323325 rack (2.2.10 )
324326 rack-protection (3.2.0 )
@@ -552,6 +554,7 @@ DEPENDENCIES
552554 omniauth-rails_csrf_protection (~> 1.0 )
553555 pg (~> 1.4.6 )
554556 puma (~> 6.4.1 )
557+ puma-plugin-delayed_stop (~> 0.1.2 )
555558 rack-timeout (~> 0.6.3 )
556559 rails (~> 7.1.5 )
557560 rsolr (>= 1.0 , < 3 )
Original file line number Diff line number Diff line change 3636
3737# Allow puma to be restarted by `bin/rails restart` command.
3838plugin :tmp_restart
39+
40+ # Adds a drain period during shutdown so swarm can elegantly remove it from
41+ # the routing mesh
42+ plugin :delayed_stop
You can’t perform that action at this time.
0 commit comments