membphis opened a new pull request #2455: URL: https://github.com/apache/apisix/pull/2455
### What this PR does / why we need it: <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> Users can configure healthy and unhealthy states and the number of occurrences. When the unhealthy state is triggered, apisix considers the upstream service to be in an unserviceable state and returns an error directly to the client, and does not request the upstream service again. The duration of the unserviceable state increases exponentially with the number of times it is triggered. When the number of healthy state arrivals is triggered, the normal state of the API is restored. continue the job: https://github.com/apache/apisix/pull/2339 ### Pre-submission checklist: * [ ] Did you explain what problem does this PR solve? Or what new features have been added? * [ ] Have you added corresponding test cases? * [ ] Have you modified the corresponding document? * [ ] Is this PR backward compatible? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
