|
|
|
|
|
by academi
2001 days ago
|
|
Systems should still be able to be taken offline, though, even if that means failure. For example, let’s say you have a service that uses another service that raised its cost from free to $100/hour and you call it 1000 times per hour. Even though you may not have a fallback, and your service may fail, you need to be able to disable it. In this case, an admin is unavailable and the only recourse would be to lower the capacity to 0, since you have that control. That doesn’t negate the benefit of validation, but don’t be too heavy-handed with validation, just as a reaction to failure without fully thinking it through. |
|