mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix #5186
This commit is contained in:
parent
bc7389daba
commit
188c878555
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ module Sidekiq
|
||||||
launcher.run
|
launcher.run
|
||||||
|
|
||||||
while (readable_io = self_read.wait_readable)
|
while (readable_io = self_read.wait_readable)
|
||||||
signal = readable_io.first[0].gets.strip
|
signal = readable_io.gets.strip
|
||||||
handle_signal(signal)
|
handle_signal(signal)
|
||||||
end
|
end
|
||||||
rescue Interrupt
|
rescue Interrupt
|
||||||
|
|
Loading…
Reference in a new issue