Open
Description
As of now, opossum supports a single errorThreshold for all the errors. I feel the need to set different error thresholds for different error types. Here are some advantages:
-
Granular Control: Users will be able to define different thresholds for different error types, aligning with their specific system requirements and failure scenarios.
-
Improved Resilience: By setting more aggressive thresholds for critical errors and being more permissive with non-critical ones, systems can better adapt to varying error conditions.
Should we add a support for this specifc feature?
Activity