unicorn再起動
unicornの設定ファイルを書き換えたので、再起動。
capistrano3-unicornのlegacy_restart
やrestart
ではうまくいかなくて(設定もあるかもしれない)、
USR2
とかがつく、いわゆる緩やかな再起動
では設定ファイルを再読み込みしてくれないらしいので、
がっつり止めて、起動する。
停止
kill -QUIT `cat /tmp/unicorn.pid` # cat先はunicorn設定で決めているところ
起動
bundle exec unicorn_rails -c /home/vagrant/current/config/unicorn.rb -E development -D
# unicorn.rbのパスは適宜
※developmentのところ、RAILS_ENVが入ると思ってました。
違いました。development or none だそうです ⇒ Rack or Unicorn の E 引数
Author And Source
この問題について(unicorn再起動), 我々は、より多くの情報をここで見つけました https://qiita.com/moonsubaru/items/09df180736f09c995954著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .