In terms of fixing errors in your production systems what is the major benefit of using feature toggles embedded in configurations of your software applications?
1: This is easiest way to fix a problem. It doesn’t require an urgent code deployment.
2: You don’t have to very urgently correct erroneous pieces in your deployment.
3: Your DevOps team can take time to properly identify root cause of an issue and improve their techniques to ensure such a problem will not likely happen again in the future.
4: All above choices.