noahgibbs / madscience

Obsolete: deploy your Rails app with a full dedicated server in an hour! The source for Ruby Mad Science and Rails Deploy In An Hour (Note: link is now to a different project!)
http://rubymadscience.com
MIT License
67 stars 2 forks source link

Unicorn graceful restart #2

Closed noahgibbs closed 7 years ago

noahgibbs commented 9 years ago

Right now we're doing standard restart via Runit, which doesn't use Unicorn's ability to restart gracefully.

Need to fix.

Here are similar-but-different files to what we need:

https://gist.github.com/JeanMertz/8996796 https://gist.github.com/czarneckid/4639793