|
|
|
|
|
by srcreigh
1213 days ago
|
|
Does this practically improve the situation? The odds of two servers breaking at the same time for the same reasons seems very high. I actually can't think of a single example where the secondary sever would keep running. Regression via a code or dependency update? Full disk? DNS is down? Too much load? All of these would bring down both servers in quick succession. I guess something like a "once every 2 days" race condition could buy you some time if you had a 2nd server. But that's not a common error |
|