|
|
|
|
|
by bluepizza
550 days ago
|
|
I think the issue is that bringing the application down might mean cutting short concurrent ongoing requests, especially requests that will result in data mutation of some sort. Otherwise, some situations simply don't warrant a full shutdown, and it might be okay to run the application in degraded mode. |
|
Yes but what is worse is silently corrupting the data or the state because of running in buggy state.