Hacker News new | ask | show | jobs
by KZeillmann 2554 days ago
What's the benefit of a hot code upgrade vs a blue/green deploy?
1 comments

speed. A hot code upgrade can deploy a whole cluster in a few seconds. Plus it can keep states safe without rebalancing.