-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: when no endpoints is healthy, "it will cause crazy retries" #111
Comments
I added a |
so we stop requesting etcd when all endpoints are unhealthy? |
How about increasing the waiting time? |
ngx.sleep? |
It is more reasonable for the caller to add processing logic. |
provide some processing strategies for caller to choose from?
|
are you saying let the caller write the code themselves and have |
When there is no healthy node available, we can directly return an error message. |
agree +1 |
we can check the process way in APISIX ^_^ |
assigned me, fix soon |
#109 fixed the situation when some endpoints got taints it could be jumped over. But when all endpoints are unhealthy, it keeps the old method, so the problem of #101 still not fixed and "it will cause crazy retries". See discussion
The text was updated successfully, but these errors were encountered: