add auto restart after bundle update

This commit is contained in:
chiu 2020-02-15 15:31:59 +08:00
parent e64852e86b
commit f1de48f203
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ class Admin::PlaygroundController < OrbitAdminController
end
mul.status['alive'] = false
mul.save
Thread.new do
Bundler.with_clean_env{system("kill -s USR2 `cat tmp/pids/unicorn.pid`")}
end
end
rescue => e
mul.status['alive'] = false