mirror of
https://github.com/iyear/tdl
synced 2025-01-09 04:17:35 +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{
|
var internalErrors = []string{
|
||||||
"Timedout", // #373
|
"Timedout", // #373
|
||||||
"No workers running",
|
"No workers running",
|
||||||
|
"RPC_CALL_FAIL",
|
||||||
|
"RPC_MCGET_FAIL",
|
||||||
}
|
}
|
||||||
|
|
||||||
type retry struct {
|
type retry struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user