-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
We need to find out a more robust and smooth scheduler algorithm.
Currently, if one backend server can't connect to a request url, it will be removed from the pool, in some case it's not the backend's fault. The url is a dead link or remote host just down for a moment will also lead to this situation.
So think about how to fix it