Skip to content

Commit

Permalink
後で消す
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Dec 25, 2022
1 parent fa43d9b commit 4788dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/procon_bypass_man/bypass/bypass_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def execute
signal = readable_io.first[0].gets.strip
handle_signal(signal)
end
rescue ProconBypassMan::InterruptForRestart # USR2を受け取ったとき
rescue Interrupt # USR2を受け取ったとき
ProconBypassMan.logger.debug 'ProconBypassMan::InterruptForRestart例外を受け取りました'
$will_terminate_token = WILL_TERMINATE_TOKEN::RESTART
ProconBypassMan.logger.debug "BlueGreenProcess.terminate_workers_immediatelyを実行します"
Expand Down

0 comments on commit 4788dbf

Please sign in to comment.