|
|
|
|
|
by coldtea
2436 days ago
|
|
>Someone made a change that took down production because of non-deterministic outcomes? How about break out whatever they were changing into it's own service? With proper fallbacks, breaking that part shouldn't take down all of production again. Yeah, now you'll have 10 interconnected services, 10x the complexity, and everything will have the ability to take down all of large parts of production, plus all the extra pain points of a distributed system... |
|
You'll have added complexity with the network calls, which is why I said it wouldn't be any less work, just different work.