fix(retry): add rpc call fail errors

This commit is contained in:
iyear 2023-12-24 15:51:45 +08:00
parent c60edc278b
commit a77e9d6d81

View File

@ -17,6 +17,8 @@ import (
var internalErrors = []string{
"Timedout", // #373
"No workers running",
"RPC_CALL_FAIL",
"RPC_MCGET_FAIL",
}
type retry struct {