Skip to content
Snippets Groups Projects
Commit a56e85fa authored by benjamin's avatar benjamin
Browse files

added http fetch to the list of error that kicks out of the hostpool

parent 2cece747
No related branches found
No related tags found
3 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!340Project/channels
......@@ -48,6 +48,7 @@ var errorsList = []string{
"Host is in cool down",
grpc.ErrClientConnClosing.Error(),
connect.TooManyProxyError,
"Failed to fetch",
}
// HostManager Interface allowing storage and retrieval of Host objects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment