mirror of
https://github.com/iyear/tdl
synced 2025-01-07 03:16:41 +08:00
fix(retry): add rpc call fail errors
This commit is contained in:
parent
c60edc278b
commit
a77e9d6d81
@ -17,6 +17,8 @@ import (
|
||||
var internalErrors = []string{
|
||||
"Timedout", // #373
|
||||
"No workers running",
|
||||
"RPC_CALL_FAIL",
|
||||
"RPC_MCGET_FAIL",
|
||||
}
|
||||
|
||||
type retry struct {
|
||||
|
Loading…
Reference in New Issue
Block a user