diff --git a/cmix/gateway/hostPool.go b/cmix/gateway/hostPool.go index 3c5582fbadb560c485b76c77be9cda353b40d835..df35eb0eca44fed2cf3f841ba869b0e0e1ac2960 100644 --- a/cmix/gateway/hostPool.go +++ b/cmix/gateway/hostPool.go @@ -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