←back to thread

267 points lawik | 1 comments | | HN request time: 0.208s | source
Show context
Thaxll ◴[] No.42188989[source]
Hot code update is one of those thing I don't understand, just use a rolling deployment, problem solved. You have a new version of the code without loosing any connection.

It's one of those thing that sound nice on paper but a actually couple your runtime with ci/cd, if you have anything else beside Erlang what do you do? You now need a second solution to deploy code.

replies(4): >>42189132 #>>42189195 #>>42189231 #>>42189251 #
1. nthh ◴[] No.42189132[source]
It could be useful if you have an embedded device that you don't want to miss data from, but for most deployments I would agree.