mirror of
https://github.com/iyear/tdl
synced 2025-01-08 11:57:55 +08:00
fix(retry): add WORKER_BUSY_TOO_LONG_RETRY error in list. #462
This commit is contained in:
parent
19f673c5d0
commit
0310ea8287
@ -19,6 +19,7 @@ var internalErrors = []string{
|
||||
"No workers running",
|
||||
"RPC_CALL_FAIL",
|
||||
"RPC_MCGET_FAIL",
|
||||
"WORKER_BUSY_TOO_LONG_RETRY", // #462
|
||||
}
|
||||
|
||||
type retry struct {
|
||||
|
Loading…
Reference in New Issue
Block a user