Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
main (10.0)
Description
The threshold values used when configuring Circuit Breakers are incredibly important. Identifying when load begins to get "dangerous" is tricky: too stringent and users will get 429s unnecessarily, too lax and the circuit breakers won't be effective at preventing crashes.
Conservative users may wish to evaluate potential thresholds without actually blocking traffic. Could Circuit Breakers offer some sort of "Dry Run" capability - where a request that would otherwise have been blocked merely logs a message? This would allow users to get feedback on their thresholds before they actually start sending CB-based 429s to users.
Attachments
Issue Links
- links to