|
|
|
|
|
by AnotherGoodName
553 days ago
|
|
FWIW as soon as you start using containers you should be able to handle those containers spinning up/down. Pretty much the whole point of containers. At which point you don’t need to bother with code hot swapping since you already have a mechanism for newer containers to spin up while older ones spin down. The sibling post “that’s how they update without downtime” is super naive. It is absolutely not how they do it. |
|