Hacker News new | ask | show | jobs
Ninefold Labs – Zero Downtime Deployment for Rails Apps (ninefold.com)
13 points by millioncents 4449 days ago
3 comments

I don't see what's particularly interesting about this. This is a pretty standard technique.
I didn't realize that anyone still used loadbalancers without liveness testing (a superset of this capability), let alone with this capability.
At first glance it seems to be the same as Heroku's Preboot functionality.

Heroku docs: https://devcenter.heroku.com/articles/labs-preboot

So before this your app would be down every time you deployed? That's nuts.