diff --git a/temp_file/playground_controller.rb b/temp_file/playground_controller.rb index a662d30..120046c 100644 --- a/temp_file/playground_controller.rb +++ b/temp_file/playground_controller.rb @@ -140,9 +140,7 @@ 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 + Bundler.with_clean_env{system("kill -s USR2 `cat tmp/pids/unicorn.pid`")} end rescue => e mul.status['alive'] = false