|
|
|
|
|
by array_key_first
172 days ago
|
|
Again, that's trivial if you use up and down servers. No downtime, and to your users, instant deployment across the entire application. If you have a bajillion services and they're all doing their own thing with their own DB and you have to reconcile version across all of them and you don't have active/passive deployments, yes that will be a huge pain in the ass. So just don't do that. There, problem solved. People need to stop doing micro services or even medium sized services. Make it one big ole monolith, maybe 2 monoliths for long running tasks. |
|
And yes, it's often okay to ignore the problem for small sites that can tolerate the downtime.