|
|
|
|
|
by dmlittle
2530 days ago
|
|
My guess is that it's because not everything was down so it wasn't a total outage. From the post mortem: > Stripe splits data by kind into different database clusters and by quantity into different shards. So in theory any request that didn't interact with the problematic database should have been OK (I don't know if the offending DB was in the critical path of _every_ request). |
|