Skip to content

Commit

Permalink
Merge pull request #1820 from gnclmorais/gnclmorais/dont_raise_except…
Browse files Browse the repository at this point in the history
…ion_on_sigterm

Don’t raise an exception on SIGTERM
  • Loading branch information
KimberleyCook committed Oct 17, 2022
2 parents 3b8f6eb + 8372d22 commit dbd12f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
rackup DefaultRackup
port ENV['PORT'] || 3000
environment ENV['RACK_ENV'] || 'development'
raise_exception_on_sigterm false

on_worker_boot do
# worker specific setup
Expand Down

0 comments on commit dbd12f2

Please sign in to comment.